From 8e592f3adc78b883d2e37f0344e6ac01e9349d39 Mon Sep 17 00:00:00 2001 From: Charlie Wang Date: Thu, 2 Jun 2016 20:11:24 -0400 Subject: [PATCH] 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 --- librarian | 1 + 1 file changed, 1 insertion(+) diff --git a/librarian b/librarian index bbbbd18..a0abf61 100755 --- a/librarian +++ b/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