st/TODO

30 lines
492 B
Plaintext
Raw Normal View History

2010-09-01 20:54:28 +00: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 22:42:58 +00:00
* clean and complete terminfo entry
2011-09-16 15:57:56 +00:00
* fast drawing
2010-09-01 20:54:28 +00:00
* ...
2011-04-21 22:42:58 +00:00
2012-02-15 18:33:48 +00:00
bugs
----
* handle XOpenMI() errors
* fix shift up/down (shift selection in emacs)
2012-02-27 11:48:13 +00:00
* fix selection click
* fix selection paste for xatom STRING
2012-08-29 21:14:20 +00:00
* fix umlaut handling in settitle
2012-02-15 18:33:48 +00:00
2011-04-21 22:42:58 +00:00
misc
----
$ grep -nE 'XXX|TODO' st.c