X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=blobdiff_plain;f=selector.cc;h=739f6f8bfb1b7c6064b3294f06862098938ea0d3;hp=4d86da20bcf39b674ca538ab653e9f5dab9b1c54;hb=9ab9a82ad64fc9728d898217f6e661166f5632ed;hpb=44daf3690e6e2c547731ff02eea3ca65df1f2d00 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);