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

curses/curses_misc.py:

Modified TextDialog to use a listbox as opposed to one long text box
  Aligned the header on the right in Dialog2 by default
curses/wicd-curses.py:
  Removed the traceback if the user presses ctrl+c
  Refactored about_dialog to support the modified TextDialog
  Added a help dialog.  Raise it with "H"
  Refactored some code in the appGUI constructor so that I can recycle update_netlist()
curses/TODO, curses/README, in/man=wicd-curses.8.in:
  Help dialog now active
in/man=wicd-curses.8.in: Removed redundant scipt selector command
This commit is contained in:
Andrew Psaltis
2009-01-13 18:13:24 -05:00
parent d842c163b2
commit 2685a49779
5 changed files with 66 additions and 52 deletions

View File

@@ -25,7 +25,8 @@ P : Display preferences dialog
C : Display network configuration for selected network (only works for
wireless at the moment)
A : Display "About" dialog
I : Raise up the "Scan for hidden networks" dialog
I : Raise the "Scan for hidden networks" dialog
H : Raise help dialog
IN DIALOGS (Meta usually is "Alt"):
ESC or Q: Quit dialog without saving information (if present)