mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Switched to ncurses raw mode
This commit is contained in:
parent
faeea56bb5
commit
7c7e95ea4e
@ -106,7 +106,7 @@ gui_init(void)
|
|||||||
{
|
{
|
||||||
log_info("Initialising UI");
|
log_info("Initialising UI");
|
||||||
initscr();
|
initscr();
|
||||||
cbreak();
|
raw();
|
||||||
keypad(stdscr, TRUE);
|
keypad(stdscr, TRUE);
|
||||||
|
|
||||||
win_load_colours();
|
win_load_colours();
|
||||||
|
Loading…
Reference in New Issue
Block a user