WINDOW *win;
win = newwin(win,5,6,8,8);
start_color();
init_pair(省略);
attron(省略);
box(win,'*','*');
attroff(省略);
大致的代码
但是win窗口没有颜色,换成stdscr却可以。
WINDOW *win;
win = newwin(win,5,6,8,8);
start_color();
init_pair(省略);
attron(省略);
box(win,'*','*');
attroff(省略);
大致的代码
但是win窗口没有颜色,换成stdscr却可以。
7 回答5.6k 阅读
4 回答4.3k 阅读
2 回答972 阅读✓ 已解决
2 回答3.5k 阅读
1 回答1.2k 阅读✓ 已解决
2 回答1.4k 阅读✓ 已解决
1 回答592 阅读✓ 已解决