2010-09-01 16:54:28 -04:00
|
|
|
vt emulation
|
|
|
|
------------
|
|
|
|
|
2012-09-04 18:58:17 -04:00
|
|
|
* implement BCE right
|
2012-09-04 16:05:24 -04:00
|
|
|
* color definition in CSI
|
|
|
|
* implement CSI parsing
|
2012-11-15 10:36:48 -05:00
|
|
|
* wide-character support in conjunction with fallback xft code
|
|
|
|
* mouse selection support
|
2010-09-01 16:54:28 -04:00
|
|
|
|
|
|
|
code & interface
|
|
|
|
----------------
|
|
|
|
|
2011-04-21 18:42:58 -04:00
|
|
|
* clean and complete terminfo entry
|
2012-09-24 04:31:35 -04:00
|
|
|
* add fallback fonts for the restricted xft code
|
2012-11-15 10:36:48 -05:00
|
|
|
* add a simple way to do multiplexing
|
2011-04-21 18:42:58 -04:00
|
|
|
|
2012-02-15 13:33:48 -05:00
|
|
|
bugs
|
|
|
|
----
|
|
|
|
|
|
|
|
* handle XOpenMI() errors
|
|
|
|
* fix shift up/down (shift selection in emacs)
|
2012-02-27 06:48:13 -05:00
|
|
|
* fix selection paste for xatom STRING
|
2012-08-29 17:14:20 -04:00
|
|
|
* fix umlaut handling in settitle
|
2012-09-16 07:50:07 -04:00
|
|
|
* fix rows and column definition in fixed geometry
|
2012-11-15 10:36:48 -05:00
|
|
|
* fix -e handling
|
|
|
|
* remove DEC test sequence when appropriate
|
|
|
|
* reverse cursor when drawin light on light background
|
|
|
|
* text should be readable
|
2012-02-15 13:33:48 -05:00
|
|
|
|
2011-04-21 18:42:58 -04:00
|
|
|
misc
|
|
|
|
----
|
|
|
|
|
|
|
|
$ grep -nE 'XXX|TODO' st.c
|
|
|
|
|