diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-07-16 18:17:00 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-07-16 18:17:00 +0200 |
commit | d05def21d7b2aadf96e815e148ea6e97bd700ecf (patch) | |
tree | d63b87a3815d5d4d0323d2f769ebe342c08d0ae5 | |
parent | 2c4fd0c3c94cd120183bb5e989e36d023ec8c527 (diff) |
removed TODO and changed font
-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 |