From 7a01226d8b95b53db852c82dbe0dbe6e521b4318 Mon Sep 17 00:00:00 2001 From: Matthew Mondor Date: Fri, 15 Apr 2022 15:09:04 +0000 Subject: [PATCH] Remap long dash to be at the same height as the minus --- hacks/analogterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.9.0