mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 19:16:21 +00:00
Added basic colour preferences loading
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user