st/TODO

30 lines
533 B
Plaintext
Raw Normal View History

2010-09-01 13:54:28 -07:00
vt emulation
------------
2012-09-04 15:58:17 -07:00
* implement BCE right
2012-09-04 13:05:24 -07:00
* color definition in CSI
* implement CSI parsing
* make the keypad keys really work
* kel, kfnd, ked, kext
2010-09-01 13:54:28 -07:00
code & interface
----------------
2011-04-21 15:42:58 -07:00
* clean and complete terminfo entry
2012-09-24 01:31:35 -07:00
* add fallback fonts for the restricted xft code
2011-04-21 15:42:58 -07:00
2012-02-15 10:33:48 -08:00
bugs
----
* handle XOpenMI() errors
* fix shift up/down (shift selection in emacs)
2012-02-27 03:48:13 -08:00
* fix selection paste for xatom STRING
2012-08-29 14:14:20 -07:00
* fix umlaut handling in settitle
* fix rows and column definition in fixed geometry
2012-02-15 10:33:48 -08:00
2011-04-21 15:42:58 -07:00
misc
----
$ grep -nE 'XXX|TODO' st.c