2010-09-02 00:54:28 +04:00
|
|
|
vt emulation
|
|
|
|
------------
|
|
|
|
|
2012-09-05 02:58:17 +04:00
|
|
|
* implement BCE right
|
2012-09-05 00:05:24 +04:00
|
|
|
* color definition in CSI
|
|
|
|
* implement CSI parsing
|
2012-09-05 03:32:42 +04:00
|
|
|
* make the keypad keys really work
|
|
|
|
* kf0 .. kf44
|
|
|
|
* kend, kel, kent, kfnd, ked, kext
|
|
|
|
* kNXT, kPRV
|
|
|
|
* ka1, ka3, kb2
|
2012-09-16 15:50:07 +04:00
|
|
|
* add arrow keys handling
|
2010-09-02 00:54:28 +04:00
|
|
|
|
|
|
|
code & interface
|
|
|
|
----------------
|
|
|
|
|
|
|
|
* clean selection code
|
2011-04-22 02:42:58 +04:00
|
|
|
* clean and complete terminfo entry
|
2012-09-16 15:50:07 +04:00
|
|
|
* add border around cursor, when it could be hard to read
|
|
|
|
* white border when not selected would suffice
|
|
|
|
* + definition in config.h
|
2011-04-22 02:42:58 +04:00
|
|
|
|
2012-02-15 22:33:48 +04:00
|
|
|
bugs
|
|
|
|
----
|
|
|
|
|
|
|
|
* handle XOpenMI() errors
|
|
|
|
* fix shift up/down (shift selection in emacs)
|
2012-02-27 15:48:13 +04:00
|
|
|
* fix selection paste for xatom STRING
|
2012-08-30 01:14:20 +04:00
|
|
|
* fix umlaut handling in settitle
|
2012-09-16 15:50:07 +04:00
|
|
|
* fix rows and column definition in fixed geometry
|
2012-02-15 22:33:48 +04:00
|
|
|
|
2011-04-22 02:42:58 +04:00
|
|
|
misc
|
|
|
|
----
|
|
|
|
|
|
|
|
$ grep -nE 'XXX|TODO' st.c
|
|
|
|
|