aboutsummaryrefslogtreecommitdiff
path: root/src/edbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/edbox.c')
-rw-r--r--src/edbox.c3
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;