Skip to content

Commit

Permalink
curses: Added a new color_pair
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjir committed Apr 13, 2009
1 parent c41567a commit 1711a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amsn2/gui/front_ends/curses/main.py
Expand Up @@ -34,4 +34,5 @@ def setMenu(self,menu):
def __init_colors(self):
curses.start_color()
curses.init_pair(1, curses.COLOR_YELLOW, curses.COLOR_WHITE)
curses.init_pair(2, curses.COLOR_BLACK, curses.COLOR_BLUE)

0 comments on commit 1711a2c

Please sign in to comment.