|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.73
">ncurses_eraseDescriptionbool ncurses_erase ( void)
ncurses_erase() fills the terminal screen with blanks. Created blanks have the current background rendition, set by ncurses_bkgd(). Returns FALSE on success, TRUE if any error occured. See also: ncurses_bkgd(), ncurses_clear()
|