1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-22 04:25:55 -04:00
toot/toot/tui
AnonymouX47 1ea2e29e25 fix: Fix iTerm2's title with image support enabled
- Fix: Force support support only for the selected image format.

  If support is forced for `KittyImage`, then `UrwidImageScreen` will
  emit kitty graphics control sequences to delete images upon starting
  and stoping the screen.

iTerm2 (on Mac OS) doesn't eat up APCs (which kitty graphics control
sequences are) as it should, instead it writes them to the screen
and/or to its title bar.
2024-06-04 09:00:44 +01:00
..
richtext Added safeguards to prevent crashes when rendering corrupt URLs 2024-03-09 13:48:33 -05:00
__init__.py Initial implementation of a TUI using Urwid 2019-09-03 15:40:42 +02:00
app.py Display images 2024-04-13 08:28:28 +02:00
compose.py tui: allow editing toots 2024-01-01 14:16:09 +00:00
constants.py Fix typos 2024-01-08 02:59:35 +08:00
entities.py Don't break if status doesn't have edited_at 2024-03-09 10:13:34 +01:00
images.py fix: Fix iTerm2's title with image support enabled 2024-06-04 09:00:44 +01:00
NOTES.md Spelling fixes (#215) 2022-11-09 14:24:48 +01:00
overlays.py Display images 2024-04-13 08:28:28 +02:00
poll.py Converted LineBoxes to RoundedLineBoxes that look nicer 2024-01-09 23:36:35 -05:00
scroll.py Updated scroll.py to latest updated version from NomadNet 2024-01-15 21:54:11 -05:00
timeline.py Display images 2024-04-13 08:28:28 +02:00
utils.py Display images 2024-04-13 08:28:28 +02:00
widgets.py Converted LineBoxes to RoundedLineBoxes that look nicer 2024-01-09 23:36:35 -05:00