1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-22 10:05:48 +01:00

curses/curses_misc.py: Added a colon to each entry in OptCols

curses/wicd-curses.py: 
  Removed the 'print ""' from the end of the main entry point
  Changed the infobar colors to grey on dark blue
This commit is contained in:
Andrew Psaltis
2009-03-01 23:53:59 -05:00
parent 1bf166afe0
commit ab878c231f
2 changed files with 3 additions and 3 deletions

View File

@@ -902,7 +902,7 @@ def main():
('editfc', 'white','dark blue', 'bold'),
('editnfc','dark gray','default'),
('tab active','dark green','light gray'),
('infobar','black','dark blue'),
('infobar','light gray','dark blue'),
# Simple colors around text
('green','dark green','default'),
('blue','dark blue','default'),
@@ -975,4 +975,4 @@ if __name__ == '__main__':
main()
# Make sure that the terminal does not try to overwrite the last line of
# the program, so that everything looks pretty.
print ""
#print ""