mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 20:38:00 +01:00
Actually made window resizing not drop the help screen.
This commit is contained in:
@@ -251,7 +251,7 @@ def help_dialog(body):
|
||||
keys = ui.get_input()
|
||||
if 'window resize' in keys:
|
||||
dim = ui.get_cols_rows()
|
||||
elif ui.get_input():
|
||||
elif keys:
|
||||
break
|
||||
#elif keys != '':
|
||||
# break
|
||||
|
||||
Reference in New Issue
Block a user