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 cursor
position is also changed to a blank.
The routine begins at the current cursor position in the specified win‐
dow and changes the rest of the screen to blanks, including the current
cursor position.
The routine is a macro.
Return Values
The and functions return OK on success and ERR on error.
clrtobot(3cur)