Compiling with the default config resolves the issue. (OTOH, I can't use the default font...)
I've attached a diff of my config.def.h . On Wed, Aug 9, 2017 at 8:55 AM, Antenore Gatta <anten...@simbiosi.org> wrote: > On Wed, 9 Aug 2017 08:36:49 -0700 > "David B. Lamkins" <da...@lamkins.net> wrote: > >> \xf0\x9f\x96\x96\n > > I cannot reproduce it, which font are you using? > > Can you try to compile st with the default config.h and no patches? > > -- > -----BEGIN GEEK CODE BLOCK----- > Version: 3.12 > GIT !d s: !a C++ UL++++ P+++ L+++ E--- W+++ N+++ o-- K- w--- > O+ M-- V-- PS+++ PE Y+ PGP t+++ 5++ X R++ tv- b+ DI D++ > G e+ h---- r+++ y++++ > ------END GEEK CODE BLOCK------ > -- "I think as musicians, we have more vision than we credit ourselves for. We should dive into it without reserve, and take the sort of risks it takes to be divisive and impactful. Things have yet to be done." Aaron Fowler Clark "Do not seek to follow in the footsteps of the masters. Seek what they sought." Matsuo Basho "Knowledge speaks; wisdom listens." Jimi Hendrix http://soundcloud.com/davidlamkins http://reverbnation.com/lamkins http://reverbnation.com/lcw http://lamkins-guitar.com/ http://lamkins.net/ http://successful-lisp.com/
diff --git a/config.def.h b/config.def.h index 877afab..c391e2a 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -char font[] = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +char font[] = "NotoMono-17:antialias=true:autohint=false:hintstyle=hintnone"; int borderpx = 2; /* @@ -54,13 +54,13 @@ unsigned int blinktimeout = 800; /* * thickness of underline and bar cursors */ -unsigned int cursorthickness = 2; +unsigned int cursorthickness = 4; /* * bell volume. It must be a value between -100 and 100. Use 0 for disabling * it */ -static int bellvolume = 0; +static int bellvolume = 50; /* default TERM value */ char termname[] = "st-256color"; @@ -89,7 +89,7 @@ const char *colorname[] = { "red3", "green3", "yellow3", - "blue2", + "steelblue3", "magenta3", "cyan3", "gray90", @@ -99,7 +99,7 @@ const char *colorname[] = { "red", "green", "yellow", - "#5c5cff", + "steelblue1", "magenta", "cyan", "white", @@ -128,7 +128,7 @@ unsigned int defaultrcs = 257; * 6: Bar ("|") * 7: Snowman ("☃") */ -unsigned int cursorshape = 2; +unsigned int cursorshape = 4; /* * Default columns and rows numbers