A simple, working example: #include <ncurses.h> int main(void) { initscr(); halfdelay(5); int user_input; while ((user_input = getch()) !=
確定! 回上一頁