st/TODO

22 lines
359 B
Plaintext
Raw Normal View History

2010-09-01 13:54:28 -07:00
vt emulation
------------
* screen erased with background color ## capname:bce
* back tab ## capname:cbt ## seq:CSI Z
* ...
code & interface
----------------
* clean selection code
2011-04-21 15:42:58 -07:00
* clean and complete terminfo entry
* fix shift up/down (shift selection in emacs)
2011-09-16 08:57:56 -07:00
* fast drawing
2010-09-01 13:54:28 -07:00
* ...
2011-04-21 15:42:58 -07:00
misc
----
$ grep -nE 'XXX|TODO' st.c