X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_pad.3x.html;h=68b7e3a183d5b0fa183a3a6ec8f1cefbe291f8c5;hb=0eedaa5673ff8181abe51e3a6fadca3820f90c46;hp=68ab04fb4db8295a50a9429c6e113884bd4b1b65;hpb=bb55d9e3947102ec2554482d47d21402093f32e8;p=ncurses.git diff --git a/doc/html/man/curs_pad.3x.html b/doc/html/man/curs_pad.3x.html index 68ab04fb..68b7e3a1 100644 --- a/doc/html/man/curs_pad.3x.html +++ b/doc/html/man/curs_pad.3x.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_pad.3x,v 1.38 2023/09/16 23:37:03 tom Exp @ + * @Id: curs_pad.3x,v 1.43 2023/09/23 22:49:51 tom Exp @ --> -curs_pad 3x 2023-09-16 ncurses 6.4 Library calls +curs_pad 3x 2023-09-23 ncurses 6.4 Library calls -

curs_pad 3x 2023-09-16 ncurses 6.4 Library calls

+

curs_pad 3x 2023-09-23 ncurses 6.4 Library calls

 curs_pad(3x)                     Library calls                    curs_pad(3x)
 
@@ -161,9 +161,9 @@
 
 
 

PORTABILITY

-       BSD curses has no pad feature.
+       BSD curses has no pad feature.
 
-       SVr2  curses  (1986)  provided  the  newpad  and   related   functions,
+       SVr2  curses  (1986)  provided  the  newpad  and   related   functions,
        documenting  them  in  a  single  line each.  SVr3 (1987) provided more
        extensive documentation.
 
@@ -183,7 +183,7 @@
        conditions.   The  behavior of subpad if the parent window is not a pad
        is undocumented, and is not checked by the vendor Unix implementations:
 
-       o   SVr4 curses sets a flag in the WINDOW  structure  in  newpad  which
+       o   SVr4 curses sets a flag in the WINDOW  structure  in  newpad  which
            tells if the window is a pad.
 
            However,  it  uses this information only in waddch (to decide if it
@@ -202,7 +202,7 @@
            enough, a comment in the source code states  that  the  lack  of  a
            check was an MKS extension.
 
-       o   NetBSD  7 curses sets a flag in the WINDOW structure for newpad and
+       o   NetBSD  7 curses sets a flag in the WINDOW structure for newpad and
            subpad,  using  this  to  help   with   the   distinction   between
            wnoutrefresh and pnoutrefresh.
 
@@ -228,11 +228,11 @@
 
 
 

SEE ALSO

-       curses(3x), curs_refresh(3x), curs_touch(3x), curs_addch(3x).
+       curses(3x), curs_refresh(3x), curs_touch(3x), curs_addch(3x)
 
 
 
-ncurses 6.4                       2023-09-16                      curs_pad(3x)
+ncurses 6.4                       2023-09-23                      curs_pad(3x)