Erase the contents of the window from the current position of the cursor to the bottom of the window. The clrtobot function acts on the stdscr window.
#include <curses.h> int clrtobot(); int wclrtobot (WINDOW *win);
OK | Indicates success. |
ERR | Indicates an error. |