mirror of
https://github.com/gryf/wicd.git
synced 2026-01-03 20:34:17 +01:00
Merged r330 of experimental-nacl.
This commit is contained in:
@@ -962,6 +962,10 @@ class appGUI():
|
|||||||
# the input. I'll try to get that working at a later time, if people
|
# the input. I'll try to get that working at a later time, if people
|
||||||
# want that "feature".
|
# want that "feature".
|
||||||
#canvaso = urwid.CanvasOverlay(self.dialog.render( (80,20),True),canvas,0,1)
|
#canvaso = urwid.CanvasOverlay(self.dialog.render( (80,20),True),canvas,0,1)
|
||||||
|
# If the screen is turned off for some reason, don't even try to do the
|
||||||
|
# rest of the stuff.
|
||||||
|
if not ui._started:
|
||||||
|
return False
|
||||||
ui.draw_screen((self.size),canvas)
|
ui.draw_screen((self.size),canvas)
|
||||||
keys = ui.get_input()
|
keys = ui.get_input()
|
||||||
self.handle_keys(keys)
|
self.handle_keys(keys)
|
||||||
|
|||||||
Reference in New Issue
Block a user