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

curses/wicd-curses.py: Add gobject.MainLoop support, and enable the D-Bus function connections (It works!). Various comments/code cleanup done.

curses/README: f5 refreshes the netlist now
curses/TODO: Added a bunch of features to implement, and removed one of them.
This commit is contained in:
Andrew Psaltis
2008-12-13 16:06:11 -05:00
parent f145b03ca3
commit 64fd3940d6
3 changed files with 72 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
This is a CURSES-based client for wicd. It is designed to imitate wicd-client
This is a curses-based client for wicd. It is designed to imitate wicd-client
as much as can be done with a console-based interface. It is written using the
Urwid (http://excess.org/urwid) toolkit, and thus requires it.
@@ -10,4 +10,10 @@ connected to anything or not, and that is updated in real time. It does not
actually connect you to anything yet. I'll get on that when I have more free
time than I do now (which will be soon).
~ ampsaltis
Other important things:
F5: refresh wireless networks
F8: quit
~nacl