[w]clrtoeol

Erase the contents of the window from the current cursor position to the end of the line on the specified window. The clrtoeol function acts on the stdscr window.

Format

#include  <curses.h>

int clrtoeol();

int wclrtoeol  (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