1
0
mirror of https://github.com/tiyn/st synced 2025-10-10 02:01:16 +02:00

base: added base image

This commit is contained in:
2023-08-22 13:35:13 +02:00
parent af166bd9c9
commit 4bc89e7de6
15 changed files with 6312 additions and 15 deletions

28
TODO Normal file
View File

@@ -0,0 +1,28 @@
vt emulation
------------
* double-height support
code & interface
----------------
* add a simple way to do multiplexing
drawing
-------
* add diacritics support to xdraws()
* switch to a suckless font drawing library
* make the font cache simpler
* add better support for brightening of the upper colors
bugs
----
* fix shift up/down (shift selection in emacs)
* remove DEC test sequence when appropriate
misc
----
$ grep -nE 'XXX|TODO' st.c