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