1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 04:20:22 +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

@@ -1,7 +1,7 @@
#!/usr/bin/env python
"""configscript_curses.py
Kind of like configscript.py, except writtwn using urwid.
Kind of like configscript.py, except written using urwid.
Also recycles a lot of configscript.py, too. :-)
"""