diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-11-17 22:07:32 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-11-17 22:07:32 +0100 |
| commit | 7c0f1ca0fb44145a9ef5576224188dbd500c04b9 (patch) | |
| tree | c00a2c57a70af1f1a76ef3ff35c5ff8afaf6a524 /TODO | |
initial commit
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 + |
