1
0
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:
James Booth 2012-11-23 02:56:38 +00:00
parent faeea56bb5
commit 7c7e95ea4e

View File

@ -106,7 +106,7 @@ gui_init(void)
{
log_info("Initialising UI");
initscr();
cbreak();
raw();
keypad(stdscr, TRUE);
win_load_colours();