diff options
Diffstat (limited to 'src/client/input.cc')
-rw-r--r-- | src/client/input.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/input.cc b/src/client/input.cc index 22db6bc..d594dbf 100644 --- a/src/client/input.cc +++ b/src/client/input.cc @@ -241,8 +241,10 @@ void frame(float seconds) //last_control = 0; console()->toggle(); + /* if (console()->visible() && chat::visible()) chat::toggle(); + */ } else if (console()->visible()) { // send key events to the console console()->keypressed(translate_keysym(event.key.keysym)); |