Lines Matching refs:nlines
302 .. function:: is_term_resized(nlines, ncols)
365 .. function:: newpad(nlines, ncols)
383 .. function:: newwin(nlines, ncols)
384 newwin(nlines, ncols, begin_y, begin_x)
387 whose height/width is *nlines*/*ncols*.
484 .. function:: resize_term(nlines, ncols)
494 .. function:: resizeterm(nlines, ncols)
815 window.derwin(nlines, ncols, begin_y, begin_x)
932 .. method:: window.insdelln(nlines)
934 Insert *nlines* lines into the specified window above the current line. The
935 *nlines* bottom lines are lost. For negative *nlines*, delete *nlines* lines
937 bottom *nlines* lines are cleared. The current cursor position remains the
1102 .. method:: window.resize(nlines, ncols)
1143 window.subpad(nlines, ncols, begin_y, begin_x)
1146 whose width/height is *ncols*/*nlines*.
1150 window.subwin(nlines, ncols, begin_y, begin_x)
1153 whose width/height is *ncols*/*nlines*.