Searched refs:_topstolen (Results 1 – 4 of 4) sorted by relevance
593 SP->_topstolen += count; in _nc_setupscreen()601 assert((SP->_lines_avail + SP->_topstolen + bottom_stolen) == slines); in _nc_setupscreen()
247 win->_yoffset = SP->_topstolen; in _nc_makenew()
187 int bottom = CurLines + SP->_topstolen - stolen; in adjust_window()
713 NCURSES_SIZE_T _topstolen; /* lines stolen from top */ member