2010-09-01 22:54:28 +02:00
|
|
|
vt emulation
|
|
|
|
------------
|
|
|
|
|
2012-11-15 16:36:48 +01:00
|
|
|
* wide-character support in conjunction with fallback xft code
|
2013-03-29 19:44:37 +01:00
|
|
|
* double-height support
|
2010-09-01 22:54:28 +02:00
|
|
|
|
|
|
|
code & interface
|
|
|
|
----------------
|
|
|
|
|
2011-04-22 00:42:58 +02:00
|
|
|
* clean and complete terminfo entry
|
2012-11-15 16:36:48 +01:00
|
|
|
* add a simple way to do multiplexing
|
2011-04-22 00:42:58 +02:00
|
|
|
|
2013-03-29 19:44:37 +01:00
|
|
|
drawing
|
|
|
|
-------
|
|
|
|
* add diacritics support to xdraws()
|
|
|
|
* add kerning configuration
|
|
|
|
* make the font cache simpler
|
|
|
|
* add hard width handling
|
|
|
|
* xft is reporting wrong width and height for characters
|
|
|
|
|
2012-02-15 19:33:48 +01:00
|
|
|
bugs
|
|
|
|
----
|
|
|
|
|
|
|
|
* fix shift up/down (shift selection in emacs)
|
2012-02-27 12:48:13 +01:00
|
|
|
* fix selection paste for xatom STRING
|
2012-09-16 13:50:07 +02:00
|
|
|
* fix rows and column definition in fixed geometry
|
2012-11-15 16:36:48 +01:00
|
|
|
* fix -e handling
|
|
|
|
* remove DEC test sequence when appropriate
|
2013-01-16 18:53:32 +01: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 19:33:48 +01:00
|
|
|
|
2011-04-22 00:42:58 +02:00
|
|
|
misc
|
|
|
|
----
|
|
|
|
|
|
|
|
$ grep -nE 'XXX|TODO' st.c
|
|
|
|
|