clrtobot(3cur) clrtobot(3cur)
Name
clrtobot, wclrtobot - clear to end of screen
Syntax
#include <cursesX.h>
int clrtobot()
int wclrtobot(win)
WINDOW *win;
Description
The routine begins at the current cursor position in the default window and changes the remainder of the screen to blanks. The current cur-
sor position is also changed to a blank.
The routine begins at the current cursor position in the specified window and changes the rest of the screen to blanks, including the cur-
rent cursor position.
The routine is a macro.
Return Values
The and functions return OK on success and ERR on error.
clrtobot(3cur)