ncurses_eraseDescriptionbool ncurses_erase ( void )
ncurses_erase() fills the terminal screen with blanks. Created blanks have the current background rendition, set by ncurses_bkgd(). 如果成功则返回 TRUE,失败则返回 FALSE。 See also ncurses_bkgd(), and ncurses_clear() | ||||