X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=selector.cc;h=739f6f8bfb1b7c6064b3294f06862098938ea0d3;hb=9ab9a82ad64fc9728d898217f6e661166f5632ed;hp=4d86da20bcf39b674ca538ab653e9f5dab9b1c54;hpb=8daf5bec698b5e8e7109c02982487131fcf6f15e;p=selector.git diff --git a/selector.cc b/selector.cc index 4d86da2..739f6f8 100644 --- a/selector.cc +++ b/selector.cc @@ -890,8 +890,10 @@ int main(int argc, char **argv) { // Here we start to display with curse initscr(); - + cbreak(); noecho(); + // nonl(); + intrflush(stdscr, FALSE); // So that the arrow keys work keypad(stdscr, TRUE);