1
0
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:
Andrew Psaltis
2009-05-12 20:38:48 -04:00
parent 3a05d82a23
commit 4dcb86d6a2
2 changed files with 3 additions and 3 deletions

View File

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