Try this. #include <ncurses.h> int main(int argc, char *argv[]) { initscr(); WINDOW *win = newwin(10,10,1,1); box(win, ...
確定! 回上一頁