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:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user