about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/ui/inputwin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c
index 47556476..9570a563 100644
--- a/src/ui/inputwin.c
+++ b/src/ui/inputwin.c
@@ -551,6 +551,7 @@ _handle_alt_key(char *input, int *size, int key)
         case '0':
             ui_switch_win(9);
             break;
+        case 263:
         case 127:
             input[*size] = '\0';
             gchar *curr_ch = g_utf8_offset_to_pointer(input, end_del);