diff options
Diffstat (limited to 'src/edbox.c')
| -rw-r--r-- | src/edbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edbox.c b/src/edbox.c index efbd19d..7c9715d 100644 --- a/src/edbox.c +++ b/src/edbox.c @@ -168,7 +168,7 @@ void edbox_keystroke(void) { case 0xbc: /* ctrl-caps */ case 0x27: /* atari key */ case 0x67: /* ...w/shift */ - case 0x97: /* ...w/ctrl */ + case 0xa7: /* ...w/ctrl */ case 0x9a: /* ctrl-3 (crash if cgetc() reads it!) */ OS.ch = 0xff; /* ignore it! */ return; |
