Moves all the lines on the window up one line. The top line scrolls off the window and the bottom line becomes blank.
#include <curses.h> int scroll (WINDOW *win);