erase_bottom
erase_bottom(y);
STATIC void erase_bottom(int);
erase_bottom(0, newscr->_maxy);
erase_bottom(from, LINES);
static void erase_bottom(int, int);