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

curses/curses_misc.py:

Added a Dialog class, mostly borrowed from a urwid example
curses/prefs_curses.py:
  Added the DNS domain to the dialog, as was done in the GTK UI
curses/wicd-curses.py:
  Added a semi-pretty about dialog.
curses/README: Activating about dialog is done by "A"
This commit is contained in:
Andrew Psaltis
2009-01-01 00:30:53 -05:00
parent 77f0e1c54b
commit f0466be6b8
4 changed files with 125 additions and 10 deletions

View File

@@ -18,6 +18,7 @@ D : disconnect from active network
ESC : if connecting to a network, stop doing so
ENTER : Attempt connection to selected network
P : Display preferences dialog
A : Display "About" dialog
IN DIALOGS:
ESC or Q: Quit dialog without saving information (if present)