X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_window.3x.html;h=4159bfdde573c4b7cde790f4d3190adbd9f5f8d1;hp=a28edd6c3bf2767c1685ac87530af30df0c39656;hb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/curs_window.3x.html b/doc/html/man/curs_window.3x.html index a28edd6c..4159bfdd 100644 --- a/doc/html/man/curs_window.3x.html +++ b/doc/html/man/curs_window.3x.html @@ -1,4 +1,3 @@ - + + + curs_window 3x -

curs_window 3x

-
+

curs_window 3x

-
 curs_window(3x)                                         curs_window(3x)
 
 
 
 
 
-

NAME

+

NAME

        newwin, delwin, mvwin, subwin, derwin, mvderwin, dupwin,
        wsyncup, syncok, wcursyncup, wsyncdown - create curses
        windows
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        WINDOW *newwin(
@@ -76,7 +76,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Calling newwin creates and returns a pointer to a new win-
        dow with the given number of lines and columns.  The upper
        left-hand corner of the window is at
@@ -140,7 +140,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines that return an integer return the integer ERR up-
        on  failure  and OK (SVr4 only specifies "an integer value
        other than ERR") upon successful completion.
@@ -197,7 +197,7 @@
 
 
 
-

NOTES

+

NOTES

        If many small changes are made to the window, the  wsyncup
        option could degrade performance.
 
@@ -205,7 +205,7 @@
 
 
 
-

BUGS

+

BUGS

        The  subwindow  functions (subwin, derwin, mvderwin, wsyn-
        cup, wsyncdown, wcursyncup, syncok) are flaky, incomplete-
        ly implemented, and not well tested.
@@ -220,13 +220,13 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  XSI  Curses  standard,  Issue 4 describes these func-
        tions.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_refresh(3x),  curs_touch(3x),  curs_vari-
        ables(3x)
 
@@ -234,7 +234,17 @@
 
                                                         curs_window(3x)
 
-
-Man(1) output converted with man2html +