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

curses/wicd-curses.py:

Console display defaults to raw_display now, added -c argument to select curses_display
curses/README,in/man=wicd-curses.8.in:
  Updated stuff done in wicd-curses.py
This commit is contained in:
Andrew Psaltis
2009-02-21 19:36:57 -05:00
parent 117240c7cd
commit fe7062371c
4 changed files with 20 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ import subprocess
VERSION_NUM = '1.6.0a1'
# REVISION_NUM is automatically updated
REVISION_NUM = 'unknown'
CURSES_REVNO = 'r275'
CURSES_REVNO = 'r278'
try:
if not os.path.exists('vcsinfo.py'):