X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fdefault_colors.3x;h=0710a510df9111c41b6d3da65688e0315ba59d3c;hp=c1d1bf706724b34d8780bc8c35a91844204408e0;hb=16fbf3f4f7d96b6ee6bf9159b22f26e05962aa3d;hpb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd diff --git a/man/default_colors.3x b/man/default_colors.3x index c1d1bf70..0710a510 100644 --- a/man/default_colors.3x +++ b/man/default_colors.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2019,2020 Thomas E. Dickey * +.\" Copyright 2018-2021,2022 Thomas E. Dickey * .\" Copyright 2000-2011,2016 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -29,21 +29,21 @@ .\" .\" Author: Thomas E. Dickey 1997,1999,2000,2005 .\" -.\" $Id: default_colors.3x,v 1.31 2020/12/19 21:38:37 tom Exp $ +.\" $Id: default_colors.3x,v 1.35 2022/02/12 20:03:40 tom Exp $ .TH default_colors 3X "" .ie \n(.g .ds `` \(lq .el .ds `` `` .ie \n(.g .ds '' \(rq .el .ds '' '' .SH NAME -\fBuse_default_colors\fR, -\fBassume_default_colors\fR \- use terminal's default colors +\fBuse_default_colors\fP, +\fBassume_default_colors\fP \- use terminal's default colors .SH SYNOPSIS \fB#include \fP .sp \fBint use_default_colors(void);\fP .br -\fBint assume_default_colors(int \fP\fIfg\fP\fB, int \fP\fIbg\fP\fB);\fP +\fBint assume_default_colors(int \fIfg\fB, int \fIbg\fB);\fR .SH DESCRIPTION The \fBuse_default_colors\fP and \fBassume_default_colors\fP functions are extensions to the curses library. @@ -107,10 +107,10 @@ the \fBorig_pair\fP or \fBorig_colors\fP capability. If the \fBinitialize_pair\fP capability is not found, this causes an error as well. .SH NOTES -Associated with this extension, the \fBinit_pair\fR function accepts +Associated with this extension, the \fBinit_pair\fP function accepts negative arguments to specify default foreground or background colors. .PP -The \fBuse_default_colors\fP function was added to support \fIded\fP. +The \fBuse_default_colors\fP function was added to support \fBded\fP. This is a full-screen application which uses curses to manage only part of the screen. The bottom portion of the screen, which is of adjustable @@ -138,7 +138,7 @@ It is recommended that any code depending on them be conditioned using NCURSES_VERSION. .SH SEE ALSO \fBded\fP(1), -\fBcurs_color\fR(3X). +\fBcurs_color\fP(3X). .SH AUTHOR Thomas Dickey (from an analysis of the requirements for color xterm for XFree86 3.1.2C, February 1996).