getmaxyx is a macro
#define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win))
CLICK HERE to find out more related problems solutions.
getmaxyx is a macro
#define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win))
CLICK HERE to find out more related problems solutions.