witchie/toot/ui
Derek Schmidt 2b3b14c8b7
Impliment a custom textbox-like modal
The actual curses provided textbox has issuses with adding
newlines to the toot body when the text wraps to fit,
so I've implimented a basic textbox using draw_lines and an
internal text body (rather than relying on the curses window
contents.
2019-04-16 14:21:07 +02:00
..
__init__.py Move curses app into toot.ui module 2018-01-14 15:46:29 +01:00
app.py Impliment a custom textbox-like modal 2019-04-16 14:21:07 +02:00
parsers.py Show number of replies/reblogs/favourites in status footer of curses ui 2019-02-15 12:55:55 +01:00
utils.py Impliment a custom textbox-like modal 2019-04-16 14:21:07 +02:00