Remove TODO

This commit is contained in:
Santiago Lo Coco 2022-03-11 09:40:57 -03:00
parent e704a0c6e6
commit 225cb288f0
2 changed files with 1 additions and 28 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
config.h
*.o
st
TODO
patches

28
TODO
View File

@ -1,28 +0,0 @@
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