Home | History | Annotate | Download | only in include

Lines Matching full:getmaxyx

910 #define getmaxyx(win,y,x)	(y = getmaxy(win), x = getmaxx(win))