X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_initscr.3x.html;h=e973b2569e952667860bbbc27d3f84d2a2dc6b49;hp=d68a23d7990a7eda7de205645f9805927b802589;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=34d602f272c394e9a980438e636e1ce4d355f83b diff --git a/doc/html/man/curs_initscr.3x.html b/doc/html/man/curs_initscr.3x.html index d68a23d7..e973b256 100644 --- a/doc/html/man/curs_initscr.3x.html +++ b/doc/html/man/curs_initscr.3x.html @@ -1,4 +1,3 @@ - + + + curs_initscr 3x @@ -39,20 +41,19 @@

curs_initscr 3x


-
 curs_initscr(3x)                                       curs_initscr(3x)
 
 
 
 
 
-

NAME

+

NAME

        initscr, newterm, endwin, isendwin, set_term, delscreen -
        curses screen initialization and manipulation routines
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        WINDOW *initscr(void);
@@ -64,7 +65,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        initscr is normally the first curses routine to call  when
        initializing  a program.  A few special routines sometimes
        need to be called before it; these are  slk_init,  filter,
@@ -133,7 +134,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        endwin returns the integer ERR upon failure  and  OK  upon
        successful completion.
 
@@ -154,12 +155,12 @@
 
 
 
-

NOTES

+

NOTES

        Note that initscr and newterm may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These functions are described in the XSI Curses  standard,
        Issue 4.  It specifies that portable applications must not
        call initscr more than once.
@@ -178,7 +179,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),       curs_kernel(3x),       curs_refresh(3x),
        curs_slk(3x), curs_terminfo(3x), curs_util(3x), curs_vari-
        ables(3x).
@@ -187,10 +188,16 @@
 
                                                        curs_initscr(3x)
 
-
-
-Man(1) output converted with -man2html -
+