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

Modified the help dialog in wicd-curses so that it fills up the entire screen.

There may still a formatting issue, will wait on user opinion before changing.
This commit is contained in:
Andrew Psaltis
2009-03-05 10:09:23 -05:00
parent b4516acead
commit ea7f8ac627
2 changed files with 45 additions and 18 deletions

View File

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