diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/chat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/chat.c b/src/client/chat.c index d4bdc14..d68edb8 100644 --- a/src/client/chat.c +++ b/src/client/chat.c @@ -239,10 +239,10 @@ static void chat_eventEnable() continue; /* continue with other keys */ } else { /* the chat row is empty - it is needed to turn off the chat window */ - //chat_eventDisable(); + /*chat_eventDisable();*/ /* turn off key catching into the buffer and clear the buffer */ - //interface_disable_keyboard_buffer(); - //keyboard_buffer_clear(); + /*interface_disable_keyboard_buffer();*/ + /*keyboard_buffer_clear();*/ } } |