st

st

https://git.tonybtw.com/st.git git://git.tonybtw.com/st.git
472 bytes raw
1
vt emulation
2
------------
3
4
* double-height support
5
* other stuff
6
7
code & interface
8
----------------
9
10
* add a simple way to do multiplexing
11
12
drawing
13
-------
14
* add diacritics support to xdraws()
15
	* switch to a suckless font drawing library
16
* make the font cache simpler
17
* add better support for brightening of the upper colors
18
19
bugs
20
----
21
22
* fix shift up/down (shift selection in emacs)
23
* remove DEC test sequence when appropriate
24
25
misc
26
----
27
28
    $ grep -nE 'XXX|TODO' st.c