mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 05:06: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);
|
||||
keypad(inp_win, TRUE);
|
||||
wattron(inp_win, A_BOLD);
|
||||
wmove(inp_win, 0, 1);
|
||||
wrefresh(inp_win);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user