From: ol.sc
Date: Mon, 20 Feb 2012 22:48:02 +0000 (+0000)
Subject: Greg King: SHORTCUT is a graphic character (it is displayed in menues); it is not...
X-Git-Tag: V2.14~529
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=db0cf2b8d12fcb9cffa85314279ed9e14e6ae47e;p=cc65
Greg King: SHORTCUT is a graphic character (it is displayed in menues); it is not a control character.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5534 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
diff --git a/libsrc/geos-common/system/ctype.s b/libsrc/geos-common/system/ctype.s
index e3a7af68c..1639e0161 100644
--- a/libsrc/geos-common/system/ctype.s
+++ b/libsrc/geos-common/system/ctype.s
@@ -151,7 +151,7 @@ __ctype:
.byte CT_NONE ; 125/7d _____}_____
.byte CT_NONE ; 126/7e _____~_____
.byte CT_CTRL ; 127/7f __USELAST__
- .byte CT_CTRL ; 128/80 __SHORTCUT_
+ .byte CT_NONE ; 128/80 __SHORTCUT_
.byte CT_NONE ; 129/81 ____N/A____
.byte CT_NONE ; 130/82 ____N/A____
.byte CT_NONE ; 131/83 ____N/A____