diff options
| author | jdc <jdc@NetBSD.org> | 2000-04-12 21:49:50 +0000 |
|---|---|---|
| committer | jdc <jdc@NetBSD.org> | 2000-04-12 21:49:50 +0000 |
| commit | ebc24bf6090d1df2a74c031ffd4dcb04887e30d5 (patch) | |
| tree | 7dee601e801826870d2048eeff81a2e522adfa35 /lib/libcurses/PSD.doc | |
| parent | 53ff563a2d365d6855891a1151adade47dc1c0d2 (diff) | |
Add COLORS and COLOR_PAIRS.
Diffstat (limited to 'lib/libcurses/PSD.doc')
| -rw-r--r-- | lib/libcurses/PSD.doc/intro.2 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libcurses/PSD.doc/intro.2 b/lib/libcurses/PSD.doc/intro.2 index 4947c311885..30d10efa0b6 100644 --- a/lib/libcurses/PSD.doc/intro.2 +++ b/lib/libcurses/PSD.doc/intro.2 @@ -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 @@ T} 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} |
