1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-19 08:25:47 +01:00

Merged some more wicd-curses changes, experimental-nacl r310.

This commit is contained in:
Andrew Psaltis
2009-04-10 22:46:57 -04:00

View File

@@ -927,6 +927,7 @@ class appGUI():
event, button, col, row,
focus=True)
continue
k = self.frame.keypress(self.size,k)
if self.diag:
if k == 'esc' or k == 'q' or k == 'Q':
self.restore_primary()
@@ -935,7 +936,6 @@ class appGUI():
self.diag.save_settings()
self.restore_primary()
break
self.frame.keypress(self.size,k)
if k == "window resize":
self.size = ui.get_cols_rows()
continue