fixed #1146
This commit is contained in:
parent
add0a0a6d4
commit
bd4a258fe7
1 changed files with 1 additions and 0 deletions
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue