User profile: TJF

User info
User name:TJF
History
Joined:
Number of posts:11
Latest posts:

ncurses problem
The missing link was [code] nodelay(stdscr,TRUE); //=non-blocking [/code] and [code] nodelay(st...

ncurses problem
After endwin() the main program ends (return 0). You can do endwin() into the key-cases. Here a shor...

ncurses problem
I tried getchar() and there is nearly the same problem: Instead of using one (any) key to finish the...

ncurses problem
This doesn't work. Ncurses is initialized...

ncurses problem
The main with [code] return 0; [/code]