This repository has been archived on 2021-04-22. You can view files and clone it, but cannot push or open issues/pull-requests.
stj/TODO

22 lines
359 B
Plaintext

vt emulation
------------
* screen erased with background color ## capname:bce
* back tab ## capname:cbt ## seq:CSI Z
* ...
code & interface
----------------
* clean selection code
* clean and complete terminfo entry
* fix shift up/down (shift selection in emacs)
* fast drawing
* ...
misc
----
$ grep -nE 'XXX|TODO' st.c