1
0
Fork 0
st/TODO

33 lines
584 B
Plaintext
Raw Normal View History

2010-09-01 16:54:28 -04:00
vt emulation
------------
2013-03-29 14:44:37 -04:00
* double-height support
2010-09-01 16:54:28 -04:00
code & interface
----------------
2011-04-21 18:42:58 -04:00
* clean and complete terminfo entry
* add a simple way to do multiplexing
2011-04-21 18:42:58 -04:00
2013-03-29 14:44:37 -04:00
drawing
-------
* add diacritics support to xdraws()
* make the font cache simpler
* add hard width handling
* xft is reporting wrong width and height for characters
2012-02-15 13:33:48 -05:00
bugs
----
* fix shift up/down (shift selection in emacs)
2012-02-27 06:48:13 -05:00
* fix selection paste for xatom STRING
* fix rows and column definition in fixed geometry
* fix -e handling
* remove DEC test sequence when appropriate
2012-02-15 13:33:48 -05:00
2011-04-21 18:42:58 -04:00
misc
----
$ grep -nE 'XXX|TODO' st.c