mirror of
https://github.com/gryf/wicd.git
synced 2025-12-21 05:18:02 +01:00
Added functions to get wicd-curses to run with urwid 0.9.9, not all functionality is tested at the moment.
This commit is contained in:
@@ -967,7 +967,7 @@ class appGUI():
|
||||
if not ui._started:
|
||||
return False
|
||||
ui.draw_screen((self.size),canvas)
|
||||
keys = ui.get_input()
|
||||
keys = ui.get_input_nonblocking()[1]
|
||||
self.handle_keys(keys)
|
||||
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user