The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

 NAME

clrtoeol, wclrtoeol - clear from cursor to end of line

 SYNOPSIS



#include <curses.h>

int clrtoeol(void);

int wclrtoeol(WINDOW *win);

 DESCRIPTION

The clrtoeol() and wclrtoeol() functions erase the current line from the cursor to the end of the line, inclusive, in the current or specified window. These functions do not update the cursor.

 RETURN VALUE

Upon successful completion, these functions return OK. Otherwise, they return ERR.

 ERRORS

No errors are defined.

 SEE ALSO

doupdate(), <curses.h>.

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]