From d05def21d7b2aadf96e815e148ea6e97bd700ecf Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 16 Jul 2020 18:17:00 +0200 Subject: removed TODO and changed font --- TODO | 28 ---------------------------- config.def.h | 2 +- st | Bin 111216 -> 111216 bytes 3 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 TODO 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 - diff --git a/config.def.h b/config.def.h index 5c65aa4..289e83f 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "JetBrainsMono NF:pixelsize=13:antialias=true:autohint=true"; +static char *font = "JetBrainsMono NF:size=13"; static int borderpx = 0; /* diff --git a/st b/st index 0d72e7f..e713cad 100755 Binary files a/st and b/st differ -- cgit v1.2.3