old-st

[ARCHIVED] my build of st
git clone git://git.ckyln.com/~cem/old-st.git
Log | Files | Refs | README | LICENSE

commit 69b5efd22d1f20bf06108002cc75402b2f9f9ec9
parent 88f536418dd35cf6afe4ac336a3128591b60fb90
Author: Cem Keylan <cem@ckyln.com>
Date:   Tue, 18 Jun 2019 10:21:07 +0300

Removed-todo

Diffstat:
DTODO | 28----------------------------
1 file changed, 0 insertions(+), 28 deletions(-)

diff --git a/TODO b/TODO @@ -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 -