Home | History | Annotate | Download | only in include

Lines Matching refs:getmaxyx

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