This repository has been archived on 2021-04-22. You can view files and clone it, but cannot push or open issues/pull-requests.
2010-09-01 22:54:28 +02:00
|
|
|
vt emulation
|
|
|
|
------------
|
|
|
|
|
2013-03-29 19:44:37 +01:00
|
|
|
* double-height support
|
2010-09-01 22:54:28 +02:00
|
|
|
|
|
|
|
code & interface
|
|
|
|
----------------
|
|
|
|
|
2012-11-15 16:36:48 +01:00
|
|
|
* add a simple way to do multiplexing
|
2011-04-22 00:42:58 +02:00
|
|
|
|
2013-03-29 19:44:37 +01:00
|
|
|
drawing
|
|
|
|
-------
|
|
|
|
* add diacritics support to xdraws()
|
2015-03-14 08:53:41 +01:00
|
|
|
* switch to a suckless font drawing library
|
2013-03-29 19:44:37 +01:00
|
|
|
* make the font cache simpler
|
2014-05-24 13:52:24 +02:00
|
|
|
* add better support for brightening of the upper colors
|
2013-03-29 19:44:37 +01:00
|
|
|
|
2012-02-15 19:33:48 +01:00
|
|
|
bugs
|
|
|
|
----
|
|
|
|
|
|
|
|
* fix shift up/down (shift selection in emacs)
|
2012-11-15 16:36:48 +01:00
|
|
|
* remove DEC test sequence when appropriate
|
2012-02-15 19:33:48 +01:00
|
|
|
|
2011-04-22 00:42:58 +02:00
|
|
|
misc
|
|
|
|
----
|
|
|
|
|
|
|
|
$ grep -nE 'XXX|TODO' st.c
|
|
|
|
|