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

Ad-hoc network support is added ("O").

This commit is should be the last one containing new interface elements. :-D
This also may not work directly from the install.  I need to change some stuff
first.
curses/curses_misc.py:
  Fixed bug in Dialog2 where mouse clicks would cause the program to crash
  Added DynEdit and DynIntEdit, Simple DynWrapped widgets, nothing special
    about them
curses/wicd-curses.py:
  Added support for Ad-Hoc network controls (I don't know exactly how this
    works)
curses/README,TODO,in/man=wicd-curses.8.in:
  Ad-Hoc network support has been added
This commit is contained in:
Andrew Psaltis
2009-01-23 21:13:36 -05:00
parent fa2a5a3704
commit abf05c782f
5 changed files with 97 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
.\" First revision was r203
.TH WICD-CURSES "8" "January 2009" "wicd-curses-r250"
.TH WICD-CURSES "8" "January 2009" "wicd-curses-r251"
.SH NAME
.B wicd-curses
\- curses-based wicd(8) controller
@@ -57,6 +57,9 @@ Rename the selected wired network profile (from the wired network combo box at t
.BR S
.\"Bring up the script selector for the selected network (requires superuser privileges)
Bring up instructions on how to edit the scripts. I have implemented a way to do this in the interface itself, but making it function with all Linux distros would be difficult. Since you are reading this, you should know how to do what I suggest. ;-)
.TP
.BR O
Raise the Ad-Hoc network creation dialog
".SH "FILES"
These are not used yet.