|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.73
">ncurses_clrtobotDescriptionbool ncurses_clrtobot ( void)
ncurses_clrtobot() erases all lines from cursor to end of screen and creates blanks. Blanks created by ncurses_clrtobot() have the current background rendition. Returns TRUE if any error occured, otherwise FALSE. See also: ncurses_clear(), ncurses_clrtoeol()
|