def keypress(self, size, key): raise urwid.ExitMainLoop() if key == 'esc': self.escape_method() return None