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
email_reminders
Charlie Wang 7 years ago
parent 7717dc3636
commit 8e592f3adc
  1. 1
      librarian

@ -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

Loading…
Cancel
Save