Repositories
/
xscreensaver-5.35.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ead616
)
Remap long dash to be at the same height as the minus
author
Matthew Mondor
<mmondor@pulsar-zone.net>
Fri, 15 Apr 2022 15:09:04 +0000
(15:09 +0000)
committer
Matthew Mondor
<mmondor@pulsar-zone.net>
Fri, 15 Apr 2022 15:09:04 +0000
(15:09 +0000)
hacks/analogterm.c
patch
|
blob
|
blame
|
history
diff --git
a/hacks/analogterm.c
b/hacks/analogterm.c
index
3662b5f
..
a337a34
100644
(file)
--- 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 = 0x1FB7
9
;
+ c = 0x1FB7
8
;
break;
case 0x2018: /* Open single quote */
c = 0x60;