st/TODO

29 lines
431 B
Plaintext
Raw Normal View History

2010-09-01 17:54:28 -03:00
vt emulation
------------
2013-03-29 15:44:37 -03:00
* double-height support
2010-09-01 17:54:28 -03:00
code & interface
----------------
* add a simple way to do multiplexing
2011-04-21 19:42:58 -03:00
2013-03-29 15:44:37 -03:00
drawing
-------
* add diacritics support to xdraws()
* make the font cache simpler
2014-05-24 08:52:24 -03:00
* add better support for brightening of the upper colors
2013-03-29 15:44:37 -03:00
2012-02-15 15:33:48 -03:00
bugs
----
* fix shift up/down (shift selection in emacs)
* fix -e handling
* remove DEC test sequence when appropriate
2012-02-15 15:33:48 -03:00
2011-04-21 19:42:58 -03:00
misc
----
$ grep -nE 'XXX|TODO' st.c