st/TODO

29 lines
457 B
Plaintext
Raw Normal View History

2010-09-01 21:54:28 +01:00
vt emulation
------------
2012-09-04 21:05:24 +01:00
* color definition in CSI
* implement CSI parsing
* implement real italic
2010-09-01 21:54:28 +01:00
code & interface
----------------
* clean selection code
2011-04-21 23:42:58 +01:00
* clean and complete terminfo entry
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 22:14:20 +01:00
* fix umlaut handling in settitle
2012-09-04 21:05:24 +01:00
* fix the scrolling issues in less
2012-02-15 18:33:48 +00:00
2011-04-21 23:42:58 +01:00
misc
----
$ grep -nE 'XXX|TODO' st.c