st/TODO

29 lines
458 B
Plaintext
Raw Permalink Normal View History

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