diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/edbox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/edbox.c b/src/edbox.c index b043233..bcc41a4 100644 --- a/src/edbox.c +++ b/src/edbox.c @@ -253,6 +253,9 @@ void edbox_keystroke(void) { c = 0x02; /* ^B = IRC bold formatting char */ break; case 0x9a: /* ctrl-3 (crash if cgetc() reads it!) */ + case 0x9e: /* ctrl-2 */ + case 0x6c: /* shift-tab */ + case 0xac: /* ctrl-tab */ OS.ch = 0xff; /* ignore it! */ return; break; |
