erase, werase - clear a window
#include <curses.h> int erase(void); int werase(WINDOW *win);
Refer to clear().