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.
    Format
      #include  <curses.h>
      int clrtobot();
      int wclrtobot  (WINDOW *win);
Additional Information:
explode
extract