Commit graph

10 commits

Author SHA1 Message Date
19888ea2f3
Curses: nicer status bar 2018-01-14 15:46:28 +01:00
0ef5a9e41e
Dynamically size the status list window
This makes toot more usable on narrow screens. Still requires 60
columns minimum.

fixes #26
2018-01-14 15:46:28 +01:00
b92049ff1d
Redraw curses app on window resize
fixes #25
2018-01-14 15:46:28 +01:00
7bbc98363e
Extract exceptions 2017-12-30 13:32:52 +01:00
1b86cdd404
Drop support for Python 2
It's hard to maintain both versions, having unicode issues in py2, etc.
2017-12-29 11:31:21 +01:00
Vee Satayamas
4b4b415986 Avoid displaying toot URL when it is None, in order to prevent crashing (Fix issue #33) 2017-12-10 21:59:25 +07:00
007d5539fa Fix Windows compatibility
Don't load curses until required. Since it's not available on windows,
importing the module early broke the whole app.

issue #18
2017-09-09 09:54:13 +02:00
3a1d7e17aa
Proper way of getting next values in a generator 2017-04-26 11:25:12 +02:00
47b6a830a1
Rework status content wrapping 2017-04-26 11:01:28 +02:00
b3ef85b42d
Don't name file 'curses' to avoid conflicts 2017-04-24 09:38:07 +02:00
Renamed from toot/curses.py (Browse further)