diff options
| -rw-r--r-- | src/edbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/edbox.c b/src/edbox.c index f1c77d1..b1b06a7 100644 --- a/src/edbox.c +++ b/src/edbox.c @@ -122,6 +122,7 @@ void edbox_keystroke(void) { case 0x27: /* atari key */ case 0x67: /* ...w/shift */ case 0x97: /* ...w/ctrl */ + case 0x9a: /* ctrl-3 (crash if cgetc() reads it!) */ return; /* ignore it! */ break; default: |
