[w]clrtobot

Erase the contents of the window from the current position of the cursor to the bottom of the window. The clrtobot function acts on the stdscr window.

Format

#include  <curses.h>

int clrtobot();

int wclrtobot  (WINDOW *win);

Argument

win
A pointer to the window.

Return Values
OK  Indicates success. 
ERR  Indicates an error. 


Previous Page | Next Page | Table of Contents | Index