From 225cb288f0dfc181d6208f3aed19941b96908df9 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 11 Mar 2022 09:40:57 -0300 Subject: [PATCH] Remove TODO --- .gitignore | 1 + TODO | 28 ---------------------------- 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 TODO diff --git a/.gitignore b/.gitignore index 768f1c5..685b1e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ config.h *.o st +TODO patches diff --git a/TODO b/TODO deleted file mode 100644 index 5f74cd5..0000000 --- a/TODO +++ /dev/null @@ -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 -