2010-09-01 20:54:28 +00:00
|
|
|
vt emulation
|
|
|
|
------------
|
|
|
|
|
2012-09-04 20:05:24 +00:00
|
|
|
* color definition in CSI
|
|
|
|
* implement CSI parsing
|
2012-11-15 15:36:48 +00:00
|
|
|
* wide-character support in conjunction with fallback xft code
|
|
|
|
* mouse selection support
|
2010-09-01 20:54:28 +00:00
|
|
|
|
|
|
|
code & interface
|
|
|
|
----------------
|
|
|
|
|
2011-04-21 22:42:58 +00:00
|
|
|
* clean and complete terminfo entry
|
2012-09-24 08:31:35 +00:00
|
|
|
* add fallback fonts for the restricted xft code
|
2012-11-15 15:36:48 +00:00
|
|
|
* add a simple way to do multiplexing
|
2011-04-21 22:42:58 +00:00
|
|
|
|
2012-02-15 18:33:48 +00:00
|
|
|
bugs
|
|
|
|
----
|
|
|
|
|
|
|
|
* fix shift up/down (shift selection in emacs)
|
2012-02-27 11:48:13 +00:00
|
|
|
* fix selection paste for xatom STRING
|
2012-08-29 21:14:20 +00:00
|
|
|
* fix umlaut handling in settitle
|
2012-09-16 11:50:07 +00:00
|
|
|
* fix rows and column definition in fixed geometry
|
2012-11-15 15:36:48 +00:00
|
|
|
* fix -e handling
|
|
|
|
* remove DEC test sequence when appropriate
|
|
|
|
* reverse cursor when drawin light on light background
|
|
|
|
* text should be readable
|
2013-01-16 17:53:32 +00:00
|
|
|
* When some application outputting long text is run in the shell init scripts,
|
|
|
|
then this text might be stripped to the standard 80x25 due to st running the
|
|
|
|
virtual terminal at first priority. Maybe the vt initialisation could be
|
|
|
|
moved somewhere after knowing the right window size.
|
2012-02-15 18:33:48 +00:00
|
|
|
|
2011-04-21 22:42:58 +00:00
|
|
|
misc
|
|
|
|
----
|
|
|
|
|
|
|
|
$ grep -nE 'XXX|TODO' st.c
|
|
|
|
|