X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_pad.3x.html;h=329a63c3610465889d73d4105f3135b6cfcc7014;hb=db5f7f4f146a91ba8ec7f1df8e9d7f9d2d7c74fd;hp=ca16cf4603ded1b8bcb1c542d81c546c40ab1c45;hpb=3a935d9991cdf43ebfa952073c9b555f73a3e011;p=ncurses.git diff --git a/doc/html/man/curs_pad.3x.html b/doc/html/man/curs_pad.3x.html index ca16cf46..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 -
+