X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_opaque.3x.html;h=9caec6c973dc2a635f2d499c7fac7b29200bbe6f;hp=979d3e1dc4258e238363f25ffdc5665032192bb9;hb=32f9f5f12cd9159261f9db228461049e8c770404;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/curs_opaque.3x.html b/doc/html/man/curs_opaque.3x.html index 979d3e1d..9caec6c9 100644 --- a/doc/html/man/curs_opaque.3x.html +++ b/doc/html/man/curs_opaque.3x.html @@ -1,7 +1,6 @@ - + + + curs_opaque 3x -

curs_opaque 3x

-
+

curs_opaque 3x

-
 curs_opaque(3x)                                         curs_opaque(3x)
 
 
 
 
 
-

NAME

+

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
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        bool is_cleared(const WINDOW *win);
@@ -74,7 +74,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        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:
@@ -104,14 +104,14 @@
             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
             returns the value set in scrollok
 
        is_subwin
-            returns TRUE if the window is a subwindow, i.e., cre-
+            returns TRUE if the window is a subwindow, i.e., cre-
             ated by subwin or derwin
 
        is_syncok
@@ -130,17 +130,17 @@
 
 
 
-

RETURN VALUE

-       These functions all return TRUE or FALSE, except as noted.
+

RETURN VALUE

+       These functions all return TRUE or FALSE, except as noted.
 
 
 
-

NOTES

+

NOTES

        Both a macro and a function are provided for each name.
 
 
 
-

PORTABILITY

+

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-
@@ -148,7 +148,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_inopts(3x),  curs_outopts(3x),  curs_win-
        dow(3x)
 
@@ -156,7 +156,16 @@
 
                                                         curs_opaque(3x)
 
-
-Man(1) output converted with man2html +