Repaint the specified window on the terminal screen. The refresh function acts on the stdscr window. Format #include <curses.h> int refresh(); int wrefresh (WINDOW *win);