diff options
Diffstat (limited to 'mbbsd/chat.c')
-rw-r--r-- | mbbsd/chat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/chat.c b/mbbsd/chat.c index 27cd2d38..e165c71a 100644 --- a/mbbsd/chat.c +++ b/mbbsd/chat.c @@ -436,6 +436,8 @@ t_chat(void) #endif } continue; + case KEY_UNKNOWN: + continue; } if (ISNEWMAIL(currutmp)) { |