witchie/toot/tui
Daniel Schwarz c944863f3f Changed bookmark symbol from unicode glyph to 'b'
The glyph previously used '🠷' is interpreted with different
widths on different terminal emulators (i.e. xterm gets it wrong)
This results in visual glitches in the status detail area and
especially in the scrollbar when visible.  Changing it to a
standard ASCII 'b' fixes all these issues.
2023-02-17 09:34:57 +01:00
..
__init__.py Initial implementation of a TUI using Urwid 2019-09-03 15:40:42 +02:00
app.py Support for "account" message - load details and display overlay 2023-02-03 15:02:47 +01:00
compose.py Extract code for getting default visibility 2022-12-28 09:19:25 +01:00
constants.py Highlight followed tags 2023-01-02 14:25:30 +01:00
entities.py Add bookmark timeline and bookmarking to tui 2022-12-27 12:15:20 +01:00
NOTES.md Spelling fixes (#215) 2022-11-09 14:24:48 +01:00
overlays.py Extract link helper 2023-02-03 15:03:05 +01:00
scroll.py Status detail scrollbar feature 2023-01-19 09:02:35 +01:00
timeline.py Changed bookmark symbol from unicode glyph to 'b' 2023-02-17 09:34:57 +01:00
utils.py Show relative datetimes in status list 2023-01-29 09:11:03 +01:00
widgets.py Implement character count indicator when composing 2020-01-03 09:15:11 +01:00