X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_pad.3x.html;h=329a63c3610465889d73d4105f3135b6cfcc7014;hp=c9e2c6f7c3a996b023c734cb6ea4c02a70e7670a;hb=db5f7f4f146a91ba8ec7f1df8e9d7f9d2d7c74fd;hpb=761e4f0825b330e970558e82a4bd638383914429 diff --git a/doc/html/man/curs_pad.3x.html b/doc/html/man/curs_pad.3x.html index c9e2c6f7..329a63c3 100644 --- a/doc/html/man/curs_pad.3x.html +++ b/doc/html/man/curs_pad.3x.html @@ -1,4 +1,3 @@ - + + + curs_pad 3x -

curs_pad 3x

-
+

curs_pad 3x

-
 curs_pad(3x)                                               curs_pad(3x)
 
 
 
 
 
-

NAME

+

NAME

        newpad, subpad, prefresh, pnoutrefresh, pechochar,
        pecho_wchar - create and display curses pads
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        WINDOW *newpad(int nlines, int ncols);
@@ -67,7 +67,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The newpad routine creates and returns a pointer to a  new
        pad data structure with the given number of lines, nlines,
        and columns, ncols.  A pad is like a window,  except  that
@@ -126,7 +126,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines that return an integer return  ERR  upon  failure
        and  OK  (SVr4 only specifies "an integer value other than
        ERR") upon successful completion.
@@ -156,18 +156,18 @@
 
 
 
-

NOTES

+

NOTES

        Note that pechochar may be a macro.
 
 
 
-

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_add-
        ch(3x).
 
@@ -175,10 +175,16 @@
 
                                                            curs_pad(3x)
 
-
-
-Man(1) output converted with -man2html -
+