Home
last modified time | relevance | path

Searched refs:_topstolen (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/ncurses/ncurses/base/
HDlib_set_term.c593 SP->_topstolen += count; in _nc_setupscreen()
601 assert((SP->_lines_avail + SP->_topstolen + bottom_stolen) == slines); in _nc_setupscreen()
HDlib_newwin.c247 win->_yoffset = SP->_topstolen; in _nc_makenew()
HDresizeterm.c187 int bottom = CurLines + SP->_topstolen - stolen; in adjust_window()
/trueos/contrib/ncurses/ncurses/
HDcurses.priv.h713 NCURSES_SIZE_T _topstolen; /* lines stolen from top */ member