summaryrefslogtreecommitdiff
path: root/src/client/chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/chat.c')
-rw-r--r--src/client/chat.c6
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();*/
}
}