diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-02-12 22:32:58 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-02-12 22:32:58 +0000 |
commit | fff3d805a105722b85281654a2dfdf902c9c5cac (patch) | |
tree | 2600dc9b4af28f20807a912ace68ce84b1abf748 /src/gui.py | |
parent | 17038f82049f2ab9ee6c7e0f5e34304856f45269 (diff) | |
download | poezio-fff3d805a105722b85281654a2dfdf902c9c5cac.tar.gz poezio-fff3d805a105722b85281654a2dfdf902c9c5cac.tar.bz2 poezio-fff3d805a105722b85281654a2dfdf902c9c5cac.tar.xz poezio-fff3d805a105722b85281654a2dfdf902c9c5cac.zip |
show a color space to to show the show (aha.) of the users
Diffstat (limited to 'src/gui.py')
-rw-r--r-- | src/gui.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -292,6 +292,8 @@ class Gui(object): curses.init_pair(11, curses.COLOR_WHITE, curses.COLOR_BLUE) # normal room curses.init_pair(12, curses.COLOR_WHITE, curses.COLOR_MAGENTA) # new message room curses.init_pair(13, curses.COLOR_WHITE, curses.COLOR_RED) # highlight room + curses.init_pair(14, curses.COLOR_WHITE, curses.COLOR_YELLOW) + curses.init_pair(15, curses.COLOR_WHITE, curses.COLOR_GREEN) def reset_curses(self): curses.echo() |