mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-07 08:35:11 -04:00
Improved dialog navigation
This commit is contained in:
parent
27dc1b5fb5
commit
f75b4d0b57
2 changed files with 34 additions and 1 deletions
|
@ -210,7 +210,8 @@ class TextUI:
|
|||
self.screen.reset_default_terminal_palette()
|
||||
|
||||
def unhandled_input(self, key):
|
||||
pass
|
||||
if key == "ctrl q":
|
||||
raise urwid.ExitMainLoop
|
||||
|
||||
def display_main(self, loop, user_data):
|
||||
self.loop.widget = self.main_display.widget
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue