From db0cf2b8d12fcb9cffa85314279ed9e14e6ae47e Mon Sep 17 00:00:00 2001
From: "ol.sc"
Date: Mon, 20 Feb 2012 22:48:02 +0000
Subject: [PATCH] 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
---
libsrc/geos-common/system/ctype.s | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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____