This commit is contained in:
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 2010-02-02 19:13:14 +00:00
parent add0a0a6d4
commit bd4a258fe7

View file

@ -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':