mirror of
https://github.com/ihabunek/toot
synced 2024-12-25 08:30:49 +01:00
2b3b14c8b7
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. |
||
---|---|---|
.. | ||
ui | ||
__init__.py | ||
api.py | ||
auth.py | ||
commands.py | ||
config_legacy.py | ||
config.py | ||
console.py | ||
exceptions.py | ||
http.py | ||
logging.py | ||
output.py | ||
utils.py | ||
wcstring.py |