Lines Matching refs:nlines
325 .. function:: is_term_resized(nlines, ncols)
388 .. function:: newpad(nlines, ncols)
406 .. function:: newwin(nlines, ncols)
407 newwin(nlines, ncols, begin_y, begin_x)
410 is at ``(begin_y, begin_x)``, and whose height/width is *nlines*/*ncols*.
507 .. function:: resize_term(nlines, ncols)
517 .. function:: resizeterm(nlines, ncols)
897 window.derwin(nlines, ncols, begin_y, begin_x)
1040 .. method:: window.insdelln(nlines)
1042 Insert *nlines* lines into the specified window above the current line. The
1043 *nlines* bottom lines are lost. For negative *nlines*, delete *nlines* lines
1045 bottom *nlines* lines are cleared. The current cursor position remains the
1210 .. method:: window.resize(nlines, ncols)
1251 window.subpad(nlines, ncols, begin_y, begin_x)
1254 whose width/height is *ncols*/*nlines*.
1258 window.subwin(nlines, ncols, begin_y, begin_x)
1261 whose width/height is *ncols*/*nlines*.