mirror of
https://github.com/gryf/wicd.git
synced 2026-01-06 13:54:17 +01:00
setup.py:
Added support for keeping track of the revisions of the curses client
(%CURSES_REVNO%)
curses/wicd-curses.py:
Added the ad-hoc controls to the Help dialog
Set wireless scans to be synchronous (True), to adapt to an API change in mainline
Added support for OptionParser, added and implemented the option that was
described in the man page (and -h (help) and --version)
in/wicd=wpath.py.in: Added a curses_revision flag
in/man=wicd-curses.8.in:
Option parsing has been implemented. Added the %CURSES_REVNO% flag to the man page.
Fixed an accidental " added to one of the headers
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.\" First revision was r203
|
||||
.TH WICD-CURSES "8" "January 2009" "wicd-curses-r251"
|
||||
.TH WICD-CURSES "8" "January 2009" "wicd-curses-%CURSES_REVNO%"
|
||||
.SH NAME
|
||||
.B wicd-curses
|
||||
\- curses-based wicd(8) controller
|
||||
@@ -10,7 +10,6 @@ It is designed to imitate the GTK-based wicd-client(1) as much as possible, and
|
||||
|
||||
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.
|
||||
@@ -61,7 +60,7 @@ Bring up instructions on how to edit the scripts. I have implemented a way to d
|
||||
.BR O
|
||||
Raise the Ad-Hoc network creation dialog
|
||||
|
||||
".SH "FILES"
|
||||
.SH "FILES"
|
||||
These are not used yet.
|
||||
.TP
|
||||
.I ~/.wicd/WHEREAREMYFILES
|
||||
|
||||
@@ -19,6 +19,7 @@ current = os.path.dirname(os.path.realpath(__file__)) + '/'
|
||||
|
||||
version = '%VERSION%'
|
||||
revision = '%REVNO%'
|
||||
curses_revision = '%CURSES_REVNO%'
|
||||
|
||||
# DIRECTORIES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user