#include <curses.h>
The delscreen() function frees space associated with the SCREEN data structure. This function should be called after endwin(3XCURSES) if a SCREEN data structure is no longer needed.
The delscreen() function does not return a value.
None.
endwin(3XCURSES), initscr(3XCURSES), newterm(3XCURSES)