From: Matthew Mondor Date: Fri, 15 Apr 2022 15:09:04 +0000 (+0000) Subject: Remap long dash to be at the same height as the minus X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=7a01226d8b95b53db852c82dbe0dbe6e521b4318;p=xscreensaver-5.35.git Remap long dash to be at the same height as the minus --- diff --git a/hacks/analogterm.c b/hacks/analogterm.c index 3662b5f..a337a34 100644 --- a/hacks/analogterm.c +++ b/hacks/analogterm.c @@ -491,7 +491,7 @@ at_glyph(analogterm_sim_t *sim, uint32_t c, bool decgfx) break; case 0x2014: /* Long dash */ case 0x2015: /* FALLTHROUGH */ - c = 0x1FB79; + c = 0x1FB78; break; case 0x2018: /* Open single quote */ c = 0x60;