clrtoeol()
Clears to the end of line, that the cursor is currently on.
static VALUE curses_clrtoeol(void) { curses_stdscr(); clrtoeol(); return Qnil; }