Description |
 |
The endwin() routine restores tty modes, resets the terminal, and moves the cursor to the lower-left corner of the screen. This routine should be called before exiting or escaping CURSES temporarily. To resume CURSES after a temporary escape, call the wrefresh() or doupdate() routines.
If the program interacts with multiple terminals,
call endwin() for each terminal.
The isendwin() routine returns TRUE if endwin() has been called without subsequent calls to wrefresh() and returns FALSE otherwise.
Portability |
 |
The endwin() routine conforms to HP-UX, UNIX System V, and XPG/3. The isendwin() routine conforms to UNIX System V.