diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-06-14 16:41:22 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-06-14 16:41:22 +0100 |
| commit | 4d2db6895a167fcb3f38972852a92bcceab9d930 (patch) | |
| tree | 0092df9f2c6fe603b3a8f688420b08bc9fe6d307 /TODO | |
| parent | c827a90d71ca48a99f5e94a4698574f8146c394f (diff) | |
rewrite from original
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 + |
