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

/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c325 int bottom_stolen = 0; local
742 bottom_stolen += count;
754 (void) bottom_stolen;
755 assert((sp->_lines_avail + sp->_topstolen + bottom_stolen) == slines);

Completed in 52 milliseconds