X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fnew_pair.3x;h=8bd40202c7a1e43539c75e8b76371fc1043182ee;hp=46c23b48f7d6fa31563fa246ae81f4d60b778d4d;hb=b793748293cd1a764b1a858455399ad899b5a8a1;hpb=90d42867e1296bc79021006a92032c76e59068b6 diff --git a/man/new_pair.3x b/man/new_pair.3x index 46c23b48..8bd40202 100644 --- a/man/new_pair.3x +++ b/man/new_pair.3x @@ -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 `` `` @@ -52,12 +52,15 @@ .. .SH NAME \fBalloc_pair\fP, +\fBfind_pair\fP, \fBfree_pair\fP \- new curses color-pair functions .SH SYNOPSIS \fB#include \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.