Query: endwin
OS: opensolaris
Section: 3xcurses
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
endwin(3XCURSES) X/Open Curses Library Functions endwin(3XCURSES)NAMEendwin, isendwin - restore initial terminal environmentSYNOPSIScc [ flag... ] file... -I /usr/xpg4/include -L /usr/xpg4/lib -R /usr/xpg4/lib -lcurses [ library... ] c89 [ flag... ] file... -lcurses [ library... ] #include <curses.h> int endwin(void); bool isendwin(void);DESCRIPTIONThe endwin() function restores the terminal after Curses activity by at least restoring the saved shell terminsl mode, flushing any output to the terminal, and moving the cursor to the first column of the last line of the screen. Refreshing a window resumes program mode. The application must call endwin() for each terminal being used before exiting. If newterm(3XCURSES) is called more than once for the same ter- minal, the first screen created must be the last one for which endwin() is called. The isendiwin() function indicates whether or not a screen has been refreshed since the last call to endwin().RETURN VALUESUpon successful completion, the endwin() function returns OK. Otherwise, it returns ERR. The isendwin() function returns TRUE if endwin() has been called without any subsequent refresh. Otherwise, it returns FALSE.ERRORSNon errors are defined.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+SEE ALSOdoupdate(3XCURSES), libcurses(3XCURSES), newterm(3XCURSES), attributes(5), standards(5) SunOS 5.11 5 Jun 2002 endwin(3XCURSES)
Related Man Pages |
---|
initscr(3xcurses) - opensolaris |
def_shell_mode(3xcurses) - sunos |
isendwin(3xcurses) - sunos |
reset_prog_mode(3xcurses) - sunos |
def_prog_mode(3xcurses) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
ld: 0711-317 ERROR: Undefined symbol: stdscr |
Help with ncurses |
Infraction for rakesh_01: Use code tags |
Ncurses status bar |