mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Bold input bar
This commit is contained in:
parent
64041a4aa7
commit
ef4c7ce55f
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user