aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO28
-rw-r--r--config.def.h2
-rwxr-xr-xstbin111216 -> 111216 bytes
3 files changed, 1 insertions, 29 deletions
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
--- a/st
+++ b/st
Binary files differ