VMS Help  —  CRTL  [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);
Additional Information: explode extract
Argument Return Values
Close Help