diff options
-rw-r--r-- | TODO | 28 | ||||
-rw-r--r-- | config.def.h | 2 | ||||
-rwxr-xr-x | st | bin | 111216 -> 111216 bytes |
3 files changed, 1 insertions, 29 deletions
@@ -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; /* Binary files differ |