clrtobot(3XC)
NAME
clrtobot, wclrtobot − clear to the end of a window
SYNOPSIS
#include <curses.h>
int clrtobot(void);
int wclrtobot(WINDOW ∗win);
ARGUMENTS
winIs a pointer to the window that is to be cleared.
DESCRIPTION
The clrtobot() function clears all characters in the stdscr window from the cursor to the end of the window. The wclrtobot() function performs the same action in the window specified by win instead of in stdscr. The current background character (and rendition) is used to clear the screen.
If the clearing action results in clearing only a portion of a multicolumn character, background characters are displayed in place of the remaining portion.
RETURN VALUES
On success, these functions return OK. Otherwise, they return ERR.
ERRORS
None.
SEE ALSO
bkgdset(3XC), clear(3XC), clearok(3XC), crltoeol(3XC)
SunOS 5.6 — Last change: 1 Jun 1996