diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-05-28 04:41:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-28 04:41:41 +0000 |
| commit | 564702cb5ffc4b7b9bab14d5fc0c891bd2c62613 (patch) | |
| tree | c8df55f4740b580f4083da6aefeeb166a04eb955 /TODO | |
| parent | a74788fe9617d8b995b61ba9d194a7c12cdd119b (diff) | |
update to 0.9.2
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -0,0 +1,28 @@ +vt emulation +------------ + +* double-height support + +code & interface +---------------- + +* add a simple way to do multiplexing + +drawing +------- +* add diacritics support to xdraws() + * switch to a suckless font drawing library +* make the font cache simpler +* add better support for brightening of the upper colors + +bugs +---- + +* fix shift up/down (shift selection in emacs) +* remove DEC test sequence when appropriate + +misc +---- + + $ grep -nE 'XXX|TODO' st.c + |
