diff --git a/src/console_gui.cpp b/src/console_gui.cpp --- a/src/console_gui.cpp +++ b/src/console_gui.cpp @@ -290,7 +290,8 @@ struct IConsoleWindow : Window IConsoleClearCommand(); if (cmd != NULL) IConsoleCmdExec(cmd); - } break; + break; + } case WKC_CTRL | WKC_RETURN: _iconsole_mode = (_iconsole_mode == ICONSOLE_FULL) ? ICONSOLE_OPENED : ICONSOLE_FULL;