nc나 make menuconfig 처럼 실행시 혹은 동적으로 창 크기나 비율을 어떻게 조절하나 궁금해짐
| Name  getyx, getparyx, getbegyx, getmaxyx - get curses cursor and window coordinates Synopsis #include <curses.h> void getyx(WINDOW *win, int y, int x); void getparyx(WINDOW *win, int y, int x); void getbegyx(WINDOW *win, int y, int x); void getmaxyx(WINDOW *win, int y, int x);  | 
[링크 : https://linux.die.net/man/3/getmaxyx]
[링크 : https://stackoverflow.com/questions/1811955/ncurses-terminal-size]
'프로그램 사용 > ncurses' 카테고리의 다른 글
| ncurses 상자 및 색상 적용하기 (0) | 2024.12.02 | 
|---|---|
| ncurses 예제 (0) | 2024.11.30 | 
| ncurse example (0) | 2022.05.17 | 
| ncurse (0) | 2015.04.27 | 
