1
0
mirror of https://github.com/ihabunek/toot synced 2024-12-23 07:27:12 +01:00
Toot-Mastodon-CLI-TUI-clien.../toot
Lexi Winter 741a306c69 tui: fix display glitch for reply icon in timeline
In some fonts, "⤶" (U+2936 ARROW POINTING DOWNWARDS THEN CURVING
LEFTWARDS) may be a double-width character.  To avoid a display glitch
where this overlaps with the boosted icon, print a space after it.
2023-12-31 16:20:03 +00:00
..
cli Reinstate toot post --using option 2023-12-28 19:09:48 +01:00
tui tui: fix display glitch for reply icon in timeline 2023-12-31 16:20:03 +00:00
utils Overhaul output to use click 2023-12-05 11:55:09 +01:00
__init__.py Bump version, update changelog 2023-12-28 19:11:28 +01:00
__main__.py Simplify main 2023-12-05 10:45:18 +01:00
api.py Enable getting public timelines without logging in 2023-12-17 09:56:39 +01:00
auth.py
config.py Use context manager to edit config 2023-12-17 09:42:09 +01:00
entities.py Add featured tag commands 2023-12-13 08:40:02 +01:00
exceptions.py
http.py
logging.py
output.py Drop Pleroma Emoji Reactions 2023-12-26 09:49:08 +01:00
settings.py Remove unused code 2023-12-07 19:11:12 +01:00
typing_compat.py
wcstring.py