diff --git a/src/gui.py b/src/gui.py index 5520f1d1..e3c4261c 100644 --- a/src/gui.py +++ b/src/gui.py @@ -208,6 +208,7 @@ class Gui(object): except: self.window.resize(stdscr) self.window.refresh(self.current_room()) + continue if str(key) in self.key_func.keys(): self.key_func[key]() elif str(key) == 'KEY_RESIZE':