1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 12:28:08 +01:00

curses/configscript_curses.py:

Fixed the typo that rworkman noticed.
curses/wicd-curses.py:
  Ensured that the upper status bar updates itself immediately after a
    connection is made, as opposed to a second or two after the fact
curses/README: Added a FAQ and added the new keybindings
in/man=wicd-curses.8.in: Added the new keybindings
This commit is contained in:
Andrew Psaltis
2009-01-30 23:46:07 -05:00
parent d137cbad85
commit 7cde91e14a
4 changed files with 36 additions and 18 deletions

View File

@@ -712,6 +712,7 @@ class appGUI():
# immediately.
if from_idle and not self.connecting:
self.update_netlist()
self.update_status()
self.update_ui()
return False
toAppend = ''
@@ -851,7 +852,7 @@ class appGUI():
continue
self.frame.keypress( self.size, k )
return True
# TODO: Update this to use the networkentry stuff
def connect(self, nettype, networkid, networkentry=None):
""" Initiates the connection process in the daemon. """
if nettype == "wireless":