mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 02:26:21 +00:00
Bold input bar
This commit is contained in:
@@ -34,6 +34,7 @@ void create_input_window(void)
|
|||||||
|
|
||||||
inp_win = newwin(1, cols, rows-1, 0);
|
inp_win = newwin(1, cols, rows-1, 0);
|
||||||
keypad(inp_win, TRUE);
|
keypad(inp_win, TRUE);
|
||||||
|
wattron(inp_win, A_BOLD);
|
||||||
wmove(inp_win, 0, 1);
|
wmove(inp_win, 0, 1);
|
||||||
wrefresh(inp_win);
|
wrefresh(inp_win);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user