erase(3cur)
NAME
erase, werase − copy blanks into window
SYNTAX
erase()
werase(win)
WINDOW ∗win;
DESCRIPTION
The erase routine copies blanks to every position in the default window, the werase routine copies blanks to every position in the specified window.
The routine erase is a macro.