bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 17/20] man/curs_variables.3x: Drop duplicate material.


From: G. Branden Robinson
Subject: [PATCH 17/20] man/curs_variables.3x: Drop duplicate material.
Date: Fri, 29 Dec 2023 21:02:44 -0600

These variables are already discussed in curs_color.3x.
---
 man/curs_variables.3x | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/man/curs_variables.3x b/man/curs_variables.3x
index 02d1b1488..bab595949 100644
--- a/man/curs_variables.3x
+++ b/man/curs_variables.3x
@@ -62,8 +62,6 @@ .SH NAME
 \fB\%curscr\fP,
 \fB\%newscr\fP,
 \fB\%stdscr\fP,
-\fB\%COLORS\fP,
-\fB\%COLOR_PAIRS\fP,
 \fB\%COLS\fP,
 \fB\%LINES\fP,
 \fB\%ESCDELAY\fP,
@@ -89,8 +87,6 @@ .SH SYNOPSIS
 \fBconst \fI/*\fP .\|.\|. \fI*/\fP OK;
 .PP
 \fI/* variables */
-\fBint COLORS;
-\fBint COLOR_PAIRS;
 \fBint COLS;
 \fBint LINES;
 \fBWINDOW * curscr;
@@ -196,16 +192,6 @@ .SS "curscr, stdscr, newscr"
 It is the same size as the terminal screen and is the default window
 used by routines that do not take a parameter identifying one.
 Many \fIcurses\fP functions use this window.
-.SS COLORS
-Once \fIcurses\fP is initialized,
-\fB\%COLORS\fP
-contains the number of colors supported by the terminal;
-see \fB\%curs_color\fP(3X).
-.SS COLOR_PAIRS
-Once \fIcurses\fP is initialized,
-\fB\%COLOR_PAIRS\fP
-contains the number of color pairs supported by the terminal;
-see \fB\%curs_color\fP(3X).
 .SS "COLS, LINES"
 Once \fIcurses\fP is initialized,
 .B \%COLS
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]