X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_opaque.3x.html;h=0c23a53372d65a193f8111665d50c1021cdc3056;hp=9caec6c973dc2a635f2d499c7fac7b29200bbe6f;hb=b11cef1e315b58820ea0cde239ebf2f741ef8948;hpb=cfd9c6f8e5af24820fefbb789b7345d93b8ed837 diff --git a/doc/html/man/curs_opaque.3x.html b/doc/html/man/curs_opaque.3x.html index 9caec6c9..0c23a533 100644 --- a/doc/html/man/curs_opaque.3x.html +++ b/doc/html/man/curs_opaque.3x.html @@ -26,7 +26,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_opaque.3x,v 1.12 2015/04/11 10:23:49 tom Exp @ + * @Id: curs_opaque.3x,v 1.13 2015/12/05 20:05:45 tom Exp @ --> @@ -49,7 +49,8 @@

NAME

        is_cleared, is_idlok, is_idcok, is_immedok, is_keypad,
        is_leaveok, is_nodelay, is_notimeout, is_pad, is_scrollok,
-       is_subwin, is_syncok - curses window properties
+       is_subwin, is_syncok, wgetdelay, wgetparent, wgetscrreg -
+       curses window properties
 
 
 
@@ -75,8 +76,8 @@

DESCRIPTION

-       This  implementation provides functions which return prop-
-       erties set in the WINDOW  structure,  allowing  it  to  be
+       This implementation provides functions which return  prop-
+       erties  set  in  the  WINDOW  structure, allowing it to be
        "opaque" if the symbol NCURSES_OPAQUE is defined:
 
        is_cleared
@@ -104,7 +105,7 @@
             returns the value set in notimeout
 
        is_pad
-            returns  TRUE if the window is a pad i.e., created by
+            returns TRUE if the window is a pad i.e., created  by
             newpad
 
        is_scrollok
@@ -121,11 +122,11 @@
             returns the delay timeout as set in wtimeout.
 
        wgetparent
-            returns  the parent WINDOW pointer for subwindows, or
+            returns the parent WINDOW pointer for subwindows,  or
             NULL for windows having no parent.
 
        wgetscrreg
-            returns the top and bottom  rows  for  the  scrolling
+            returns  the  top  and  bottom rows for the scrolling
             margin as set in wsetscrreg.
 
 
@@ -141,15 +142,15 @@
 
 

PORTABILITY

-       These  routines  are  specific  to ncurses.  They were not
-       supported on Version 7, BSD or System  V  implementations.
-       It  is  recommended that any code depending on ncurses ex-
+       These routines are specific to  ncurses.   They  were  not
+       supported  on  Version 7, BSD or System V implementations.
+       It is recommended that any code depending on  ncurses  ex-
        tensions be conditioned using NCURSES_VERSION.
 
 
 

SEE ALSO

-       curses(3x), curs_inopts(3x),  curs_outopts(3x),  curs_win-
+       curses(3x),  curs_inopts(3x),  curs_outopts(3x), curs_win-
        dow(3x)