![]() | ncurses_getmaxyxDescriptionvoid ncurses_getmaxyx ( resource window, int &y, int &x )
ncurses_getmaxyx() puts the horizontal and vertical size of the window window into the given variables y and x. Variables must be passed as reference, so they are updated when the user changes terminal size. ![]() There are no user contributed notes for this page. | ![]() | ||