endwin(3xcurses) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

endwin(3xcurses)

endwin(3XCURSES)        X/Open Curses Library Functions       endwin(3XCURSES)

NAME
       endwin, isendwin - restore initial terminal environment

SYNOPSIS
       cc [ 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);

DESCRIPTION
       The 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 ap‐
       plication must call endwin() for each terminal being used before  exit‐
       ing.  If newterm(3XCURSES) is called more than once for the same termi‐
       nal, 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 re‐
       freshed since the last call to endwin().

RETURN VALUES
       Upon  successful  completion,  the endwin() function returns OK. Other‐
       wise, it returns ERR.


       The isendwin() function returns TRUE if endwin() has been called  with‐
       out any subsequent refresh. Otherwise, it returns FALSE.

ERRORS
       Non errors are defined.

ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:

       tab()  box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
       TRIBUTE VALUE _ Interface StabilityCommitted _ MT-LevelUnsafe  _  Stan‐
       dardSee standards(7).


SEE ALSO
       doupdate(3XCURSES),   libcurses(3XCURSES),  newterm(3XCURSES),  attrib‐
       utes(7), standards(7)

Oracle Solaris 11.4               5 Jun 2002                  endwin(3XCURSES)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3