Main index | Section 3 | Options |
int getattrs(WINDOW *win);
int getbegx(WINDOW *win);
int getbegy(WINDOW *win);
int getcurx(WINDOW *win);
int getcury(WINDOW *win);
int getmaxx(WINDOW *win);
int getmaxy(WINDOW *win);
int getparx(WINDOW *win);
int getpary(WINDOW *win);
The getcury and getcurx functions return the same data as getyx.
The getmaxy and getmaxx functions return the same data as getmaxyx.
The getpary and getparx functions return the same data as getparyx.
curs_legacy (3X) |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | LISP = Lots of Irritating Silly Parentheses | ” |