Searched refs:_topstolen (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c744 sp->_topstolen = (NCURSES_SIZE_T) (sp->_topstolen + count);
755 assert((sp->_lines_avail + sp->_topstolen + bottom_stolen) == slines);
H A Dresizeterm.c219 int bottom = CurLines + _nc_screen_of(win)->_topstolen - stolen;
H A Dlib_newwin.c305 win->_yoffset = SP_PARM->_topstolen;

Completed in 102 milliseconds