summaryrefslogtreecommitdiff
path: root/src/gui.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-08-04 01:03:02 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-08-04 01:03:02 +0000
commit567491ba439b5ae1b1f82f3796287d80e2ef653d (patch)
treeb4ab069e24453678c66fffc12a0c2e3bd406fabb /src/gui.py
parentd364c1f4f3eae87354993b5bfdb952652ee9b44f (diff)
downloadpoezio-567491ba439b5ae1b1f82f3796287d80e2ef653d.tar.gz
poezio-567491ba439b5ae1b1f82f3796287d80e2ef653d.tar.bz2
poezio-567491ba439b5ae1b1f82f3796287d80e2ef653d.tar.xz
poezio-567491ba439b5ae1b1f82f3796287d80e2ef653d.zip
indicates the number of available lines to be scrolled down fixed #1674
Diffstat (limited to 'src/gui.py')
-rw-r--r--src/gui.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui.py b/src/gui.py
index a1b1a117..f5116c4f 100644
--- a/src/gui.py
+++ b/src/gui.py
@@ -198,6 +198,8 @@ class Gui(object):
curses.COLOR_YELLOW)
curses.init_pair(15, curses.COLOR_WHITE, # new message in private room
curses.COLOR_GREEN)
+ curses.init_pair(16, curses.COLOR_YELLOW,
+ curses.COLOR_BLUE)
def reset_curses(self):
"""