X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Funix%2Ftgfx.c;fp=src%2Funix%2Ftgfx.c;h=c807aed9c3c879b4f39bbba33770dc780be13de0;hb=c65c4562a19c45eda17d7d672afe15f5c8ce5fec;hp=b7f9f828f0278d0a5fc98b9065309f6e638e69e4;hpb=4577dd26b3ecbf7ccc5ff55efa991334136866e1;p=oftp diff --git a/src/unix/tgfx.c b/src/unix/tgfx.c index b7f9f82..c807aed 100644 --- a/src/unix/tgfx.c +++ b/src/unix/tgfx.c @@ -10,7 +10,7 @@ static int curses_color(int col); void tg_init(void) { initscr(); - raw(); + cbreak(); keypad(stdscr, TRUE); noecho(); start_color();