... curses window, but it seems to write on borders too. How can I fix the code below?win_self = newwin(LINES / 2, COLS, 0, 0);box(win_self, ...
確定! 回上一頁