summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd.c b/src/cmd.c
index 7cf3e80..9f29915 100644
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -183,6 +183,7 @@ static int editor_input(struct commands *commands, struct mbuf *mb, char key,
*del = true;
return re_hprintf(pf, "\nCancel\n");
+ case KEYCODE_NONE:
case KEYCODE_REL:
break;