Added basic colour preferences loading

This commit is contained in:
James Booth
2012-06-18 23:06:17 +01:00
parent 028a2da3f6
commit e39494dcc9
5 changed files with 64 additions and 7 deletions

View File

@@ -59,6 +59,7 @@ void create_input_window(void)
getmaxyx(stdscr, rows, cols);
inp_win = newwin(1, cols, rows-1, 0);
wbkgd(inp_win, COLOR_PAIR(1));
keypad(inp_win, TRUE);
wattrset(inp_win, A_BOLD);
wmove(inp_win, 0, 1);