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. 如果成功则返回 TRUE,失败则返回 FALSE。 See also ncurses_clear(), and ncurses_clrtoeol() | ||||