X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=TODO;h=794b71baab4c6dbd318676a926e5f3b70c009192;hb=457969381869f9f3ecbb462bf40f053f2a748a02;hp=311d9ca36c4150b7726d8c4f4d6295a97e542888;hpb=be2877cd042eaf5d0f7dda102f526357aa577232;p=st.git diff --git a/TODO b/TODO index 311d9ca..794b71b 100644 --- a/TODO +++ b/TODO @@ -1,23 +1,30 @@ vt emulation ------------ -* screen erased with background color ## capname:bce -* back tab ## capname:cbt ## seq:CSI Z -* ... +* wide-character support in conjunction with fallback xft code +* double-height support code & interface ---------------- -* clean selection code * clean and complete terminfo entry -* fast drawing -* ... +* add a simple way to do multiplexing + +drawing +------- +* add diacritics support to xdraws() +* make the font cache simpler +* add hard width handling + * xft is reporting wrong width and height for characters bugs ---- -* handle XOpenMI() errors * fix shift up/down (shift selection in emacs) +* fix selection paste for xatom STRING +* fix rows and column definition in fixed geometry +* fix -e handling +* remove DEC test sequence when appropriate misc ----