ncurses problemThe missing link was [code] nodelay(stdscr,TRUE); //=non-blocking [/code] and [code] nodelay(st...
ncurses problemAfter endwin() the main program ends (return 0). You can do endwin() into the key-cases. Here a shor...
ncurses problemI tried getchar() and there is nearly the same problem: Instead of using one (any) key to finish the...
ncurses problemThis doesn't work. Ncurses is initialized...
ncurses problemThe main with [code] return 0; [/code]