use default colour values for better integration

librarian now looks slightly better when launched from ceo
because it won't set a different background colour
This commit is contained in:
Charlie Wang 2016-06-02 20:11:24 -04:00
parent 7717dc3636
commit 8e592f3adc
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ def menutest(s, l):
global stdscr
global hb
stdscr=s
curses.use_default_colors() # colours will use terminal defaults
curses.curs_set(0)
(rows,cols)=stdscr.getmaxyx()
# set the default for the browser windows