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
|
|
|
|
------------
|
|
|
|
|
|
|
|
* screen erased with background color ## capname:bce
|
|
|
|
* back tab ## capname:cbt ## seq:CSI Z
|
|
|
|
* ...
|
|
|
|
|
|
|
|
code & interface
|
|
|
|
----------------
|
|
|
|
|
|
|
|
* clean selection code
|
2011-04-22 00:42:58 +02:00
|
|
|
* clean and complete terminfo entry
|
|
|
|
* fix shift up/down (shift selection in emacs)
|
2011-09-16 17:57:56 +02:00
|
|
|
* fast drawing
|
2010-09-01 22:54:28 +02:00
|
|
|
* ...
|
2011-04-22 00:42:58 +02:00
|
|
|
|
|
|
|
misc
|
|
|
|
----
|
|
|
|
|
|
|
|
$ grep -nE 'XXX|TODO' st.c
|
|
|
|
|