]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/new_pair.3x.html
ncurses 6.3 - patch 20211225
[ncurses.git] / doc / html / man / new_pair.3x.html
index 12214bec7c0a5aa7c600823cf07b7ead4b63b32d..f5c99f67fbb59ef17c88dbb5c44e92020525edde 100644 (file)
@@ -28,7 +28,7 @@
   * authorization.                                                           *
   ****************************************************************************
   * Author: Thomas E. Dickey
-  * @Id: new_pair.3x,v 1.16 2021/06/17 21:26:02 tom Exp @
+  * @Id: new_pair.3x,v 1.18 2021/12/25 20:10:40 tom Exp @
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <HTML>
@@ -37,7 +37,7 @@
 <meta name="generator" content="Manpage converted by man2html - see https://invisible-island.net/scripts/readme.html#others_scripts">
 <TITLE>new_pair 3x</TITLE>
 <link rel="author" href="mailto:bug-ncurses@gnu.org">
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+
 </HEAD>
 <BODY>
 <H1 class="no-header">new_pair 3x</H1>
            allocated entry using <STRONG>free_pair</STRONG> and allocates a new color pair.
 
        All  of  the  color  pairs are allocated from a table of possible color
-       pairs.  The size of the table  is  determined  by  the  terminfo  <EM>pairs</EM>
+       pairs.  The size of the table  is  determined  by  the  terminfo  <STRONG>pairs</STRONG>
        capability.   The  table  is  shared with <STRONG>init_pair</STRONG>; in fact <STRONG>alloc_pair</STRONG>
        calls <STRONG>init_pair</STRONG> after updating the ncurses library's fast index to  the
        colors versus color pairs.