]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/new_pair.3x
ncurses 6.0 - patch 20170318
[ncurses.git] / man / new_pair.3x
index 46c23b48f7d6fa31563fa246ae81f4d60b778d4d..8bd40202c7a1e43539c75e8b76371fc1043182ee 100644 (file)
@@ -28,7 +28,7 @@
 .\"
 .\" Author: Thomas E. Dickey
 .\"
-.\" $Id: new_pair.3x,v 1.8 2017/03/09 09:59:11 tom Exp $
+.\" $Id: new_pair.3x,v 1.9 2017/03/13 21:21:34 tom Exp $
 .TH new_pair 3X ""
 .ie \n(.g .ds `` \(lq
 .el       .ds `` ``
 ..
 .SH NAME
 \fBalloc_pair\fP,
+\fBfind_pair\fP,
 \fBfree_pair\fP \- new curses color-pair functions
 .SH SYNOPSIS
 \fB#include <curses.h>\fP
 .sp
 \fBint alloc_pair(int fg, int bg);\fP
 .br
+\fBint find_pair(int fg, int bg);\fP
+.br
 \fBint free_pair(int pair);\fP
 .SH DESCRIPTION
 These functions are an extension to the curses library.