]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/curs_opaque.3x.html
ncurses 5.9 - patch 20150516
[ncurses.git] / doc / html / man / curs_opaque.3x.html
index 6dc7bf2f5fb2dc7dbfd28a6911531ed7f35eb845..9caec6c973dc2a635f2d499c7fac7b29200bbe6f 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
   ****************************************************************************
-  * Copyright (c) 2007-2013,2014 Free Software Foundation, Inc.              *
+  * Copyright (c) 2007-2014,2015 Free Software Foundation, Inc.              *
   *                                                                          *
   * Permission is hereby granted, free of charge, to any person obtaining a  *
   * copy of this software and associated documentation files (the            *
@@ -26,7 +26,7 @@
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: curs_opaque.3x,v 1.11 2014/03/15 19:24:23 tom Exp @
+  * @Id: curs_opaque.3x,v 1.12 2015/04/11 10:23:49 tom Exp @
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <HTML>
@@ -38,8 +38,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 <BODY>
-<H1>curs_opaque 3x</H1>
-<HR>
+<H1 class="no-header">curs_opaque 3x</H1>
 <PRE>
 <STRONG><A HREF="curs_opaque.3x.html">curs_opaque(3x)</A></STRONG>                                         <STRONG><A HREF="curs_opaque.3x.html">curs_opaque(3x)</A></STRONG>
 
             returns the value set in <STRONG>notimeout</STRONG>
 
        <STRONG>is_pad</STRONG>
-            returns  TRUE if the window is a pad i.e., created by
+            returns  <STRONG>TRUE</STRONG> if the window is a pad i.e., created by
             <STRONG>newpad</STRONG>
 
        <STRONG>is_scrollok</STRONG>
             returns the value set in <STRONG>scrollok</STRONG>
 
        <STRONG>is_subwin</STRONG>
-            returns TRUE if the window is a subwindow, i.e., cre-
+            returns <STRONG>TRUE</STRONG> if the window is a subwindow, i.e., cre-
             ated by <STRONG>subwin</STRONG> or <STRONG>derwin</STRONG>
 
        <STRONG>is_syncok</STRONG>
 
 </PRE>
 <H2><a name="h2-RETURN-VALUE">RETURN VALUE</a></H2><PRE>
-       These functions all return TRUE or FALSE, except as noted.
+       These functions all return <STRONG>TRUE</STRONG> or <STRONG>FALSE</STRONG>, except as noted.
 
 
 </PRE>