Commit Graph

6 Commits

Author SHA1 Message Date
Ivan Habunek 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
Ivan Habunek 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
Ivan Habunek 3a1d7e17aa
Proper way of getting next values in a generator 2017-04-26 11:25:12 +02:00
Ivan Habunek 47b6a830a1
Rework status content wrapping 2017-04-26 11:01:28 +02:00
Ivan Habunek b3ef85b42d
Don't name file 'curses' to avoid conflicts 2017-04-24 09:38:07 +02:00