st/TODO

34 lines
720 B
Plaintext
Raw Normal View History

2010-09-01 22:54:28 +02:00
vt emulation
------------
2012-09-05 00:58:17 +02:00
* implement BCE right
2012-09-04 22:05:24 +02:00
* color definition in CSI
* implement CSI parsing
* wide-character support in conjunction with fallback xft code
* mouse selection 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-09-24 10:31:35 +02:00
* add fallback fonts for the restricted xft code
* add a simple way to do multiplexing
2011-04-22 00:42:58 +02:00
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-08-29 23:14:20 +02:00
* fix umlaut handling in settitle
* fix rows and column definition in fixed geometry
* fix -e handling
* remove DEC test sequence when appropriate
* reverse cursor when drawin light on light background
* text should be readable
2012-02-15 19:33:48 +01:00
2011-04-22 00:42:58 +02:00
misc
----
$ grep -nE 'XXX|TODO' st.c