The clrtoeol() function clears the current line from the cursor to the right margin in the stdscr window. The wclrtoeol() function performs
the same action, but in the window specified by win instead of stdscr. The current background character (and rendition) is used to clear the screen.
If the clearing action results in clearing only a portion of a multicolumn character, background characters are displayed in place of the remaining portion.
|