Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses/PSD.doc Add COLORS and COLOR_PAIRS.



details:   https://anonhg.NetBSD.org/src/rev/484d5e785dcd
branches:  trunk
changeset: 484803:484d5e785dcd
user:      jdc <jdc%NetBSD.org@localhost>
date:      Wed Apr 12 21:49:50 2000 +0000

description:
Add COLORS and COLOR_PAIRS.

diffstat:

 lib/libcurses/PSD.doc/intro.2 |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r d76b1b169dab -r 484d5e785dcd lib/libcurses/PSD.doc/intro.2
--- a/lib/libcurses/PSD.doc/intro.2     Wed Apr 12 21:49:29 2000 +0000
+++ b/lib/libcurses/PSD.doc/intro.2     Wed Apr 12 21:49:50 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: intro.2,v 1.5 1999/01/26 22:45:02 tron Exp $
+.\"    $NetBSD: intro.2,v 1.6 2000/04/12 21:49:50 jdc Exp $
 .\"
 .\" Copyright (c) 1980, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -66,6 +66,12 @@
 int    COLS    T{
 number of columns on the terminal
 T}
+int    COLORS  T{
+number of colors on the terminal
+T}
+int    COLOR_PAIRS     T{
+number of color pairs on the terminal
+T}
 int    ERR     T{
 error flag returned by routines on a fail.
 T}



Home | Main Index | Thread Index | Old Index