foo
[oftp] / src / unix / tgfx.c
index b7f9f82..c807aed 100644 (file)
@@ -10,7 +10,7 @@ static int curses_color(int col);
 void tg_init(void)
 {
        initscr();
-       raw();
+       cbreak();
        keypad(stdscr, TRUE);
        noecho();
        start_color();