ultrix man page for endwin

Query: endwin

OS: ultrix

Section: 3cur

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

endwin(3cur)															      endwin(3cur)

Name
       endwin - restore initial terminal environment

Syntax
       int endwin()

Description
       This routine restores tty modes, moves the cursor to the lower left corner of the screen and resets the terminal to the last non-mode.

       A program should always call before exiting or escaping from mode temporarily.  Call or to resume after a temporary escape.

Return Values
       The function returns OK on success and ERR on error.

See Also
       doupdate(3cur), refresh(3cur)

																      endwin(3cur)
Related Man Pages
curs_initscr(3x) - mojave
delscreen(3x) - mojave
newterm(3x) - redhat
set_term(3x) - redhat
curs_initscr(3x) - opendarwin
Similar Topics in the Unix Linux Community
Clearing screen in Python using curses?
ld: 0711-317 ERROR: Undefined symbol: stdscr
Adding to an array in an external file, and adding elements to it.
Displaying every other line in an array.