Remap long dash to be at the same height as the minus
authorMatthew Mondor <mmondor@pulsar-zone.net>
Fri, 15 Apr 2022 15:09:04 +0000 (15:09 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Fri, 15 Apr 2022 15:09:04 +0000 (15:09 +0000)
hacks/analogterm.c

index 3662b5f..a337a34 100644 (file)
@@ -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;