mirror of
https://github.com/gryf/wicd.git
synced 2026-04-04 11:43:36 +02:00
Refactored some ComboBox internals
Renamed show_first to focus in ComboBox
Added callback support
curses/netentry_curses.py:
Renamed NetEntryBase to AdvancedSettingsDialog, and WirelessNetEntry to
WirelessSettingsDialog
The "WirelessSettingsDialog" is complete. :-) Raise it by pressing "C" on a wireless
network. Much of the code was taken from netentry.py. The buttons aren't pretty
like they are in the Preferences Dialog, but they are fully functional.
curses/prefs_curses.py:
Refactored to accommodate the ComboBox changes
Added a warning about changing backends
curses/wicd-curses.py:
Refactored to accommodate changes to the rest of the program
Added a constantly displayed message saying how to exit the program, other than
ctrl+c
curses/TODO: Removed a bunch of stuff that is already implemented, added some stuff that
needs to be implemented
curses/README: Added/clearified some things
88 lines
2.4 KiB
Groff
88 lines
2.4 KiB
Groff
.TH WICD-CURSES "8" "January 2009" "wicd-curses"
|
|
.SH NAME
|
|
.B wicd-curses
|
|
\- curses-based wicd(8) controller
|
|
.SH DESCRIPTION
|
|
wicd-curses is a curses-based network controller that uses the Wired/Wireless Internet Connection Daemon (wicd) to control your network connections. It is suitable to run in terminal multiplexers like screen(1).
|
|
|
|
It is designed to imitate the GTK-based wicd-client(1) as much as possible, and uses the Urwid (http://excess.org/urwid) console widget library to vastly simplify development.
|
|
|
|
This man page only documents the current status of wicd-curses. This may/may not be the most up-to-date document.
|
|
.SH "ARGUMENTS"
|
|
These are not implemented yet.
|
|
.TP
|
|
.BR "\-r" , " \-\-raw\-screen"
|
|
Use Urwid's raw console display, instead of the (faster) curses-based one. This may be useful if you are experiencing unicode problems.
|
|
.SH CONTROLS
|
|
All of these are case sensitive.
|
|
.TP
|
|
.BR enter
|
|
Connect to selected network
|
|
.TP
|
|
.BR "F8 " or " Q"
|
|
Quit the client.
|
|
.TP
|
|
.BR D
|
|
Disconnect all devices from network connections
|
|
.TP
|
|
.BR ESC
|
|
If connecting to a network, stop doing so
|
|
.TP
|
|
.BR "F5 " or " R"
|
|
Refresh the network list
|
|
.TP
|
|
.BR P
|
|
Bring up the preferences controller
|
|
.PP
|
|
The following is a work in progress and might not be fully functional as of yet.
|
|
.TP
|
|
.BR C
|
|
Bring up network configuration controller for the selected network
|
|
.PP
|
|
The following are not implemented yet:
|
|
.TP
|
|
.BR S
|
|
Bring up the script selector for the selected network (requires superuser privileges)
|
|
.TP
|
|
.BR I
|
|
Bring up hidden network scanning dialog
|
|
.TP
|
|
.BR R
|
|
Bring up script selector "dialog."
|
|
.TP
|
|
.BR H
|
|
Bring up a rather simplistic help dialog. Of course, it mentions this man page first. :-)
|
|
.SH "FILES"
|
|
These are not used yet.
|
|
.TP
|
|
.I ~/.wicd/WHEREAREMYFILES
|
|
Reminder that your network configuration files are not here ;-)
|
|
.TP
|
|
.I %LIB%keymap.py
|
|
Tentative location of the system keymap
|
|
.TP
|
|
.I %LIB%colors.py
|
|
Tentative location of the system color schemes
|
|
.TP
|
|
.I ~/.wicd/keymap.py
|
|
Custom keybindings. Also where you can (later) disable the mouse.
|
|
.TP
|
|
.I ~/.wicd/colors.py
|
|
Custom color schemes.
|
|
.SH "SEE ALSO"
|
|
.BR wicd-client (1),
|
|
.BR wicd (8)
|
|
|
|
.SH BUGS
|
|
Probably lots. ;-)
|
|
|
|
If you happen to find one, ask about it on #wicd on freenode, or submit a bug report to http://launchpad.net/wicd, branch experimental-nacl.
|
|
|
|
.SH WICD-CURSES AUTHOR
|
|
Andrew Psaltis <ampsaltis@gmail.com>
|
|
|
|
.SH WICD AUTHORS
|
|
Adam Blackburn <compwiz18@gmail.com>
|
|
.br
|
|
Dan O'Reilly <oreilldf@gmail.com>
|