Deleted Added
full compact
curs_variables.3x (262629) curs_variables.3x (262685)
1.\"***************************************************************************
1.\"***************************************************************************
2.\" Copyright (c) 2010 Free Software Foundation, Inc. *
2.\" Copyright (c) 2010,2013 Free Software Foundation, Inc. *
3.\" *
4.\" Permission is hereby granted, free of charge, to any person obtaining a *
5.\" copy of this software and associated documentation files (the *
6.\" "Software"), to deal in the Software without restriction, including *
7.\" without limitation the rights to use, copy, modify, merge, publish, *
8.\" distribute, distribute with modifications, sublicense, and/or sell *
9.\" copies of the Software, and to permit persons to whom the Software is *
10.\" furnished to do so, subject to the following conditions: *

--- 10 unchanged lines hidden (view full) ---

21.\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
22.\" *
23.\" Except as contained in this notice, the name(s) of the above copyright *
24.\" holders shall not be used in advertising or otherwise to promote the *
25.\" sale, use or other dealings in this Software without prior written *
26.\" authorization. *
27.\"***************************************************************************
28.\"
3.\" *
4.\" Permission is hereby granted, free of charge, to any person obtaining a *
5.\" copy of this software and associated documentation files (the *
6.\" "Software"), to deal in the Software without restriction, including *
7.\" without limitation the rights to use, copy, modify, merge, publish, *
8.\" distribute, distribute with modifications, sublicense, and/or sell *
9.\" copies of the Software, and to permit persons to whom the Software is *
10.\" furnished to do so, subject to the following conditions: *

--- 10 unchanged lines hidden (view full) ---

21.\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
22.\" *
23.\" Except as contained in this notice, the name(s) of the above copyright *
24.\" holders shall not be used in advertising or otherwise to promote the *
25.\" sale, use or other dealings in this Software without prior written *
26.\" authorization. *
27.\"***************************************************************************
28.\"
29.\" $Id: curs_variables.3x,v 1.4 2010/12/04 18:38:55 tom Exp $
29.\" $Id: curs_variables.3x,v 1.6 2013/12/21 18:41:32 tom Exp $
30.TH curs_variables 3X ""
31.de bP
32.IP \(bu 4
33..
34.ds n 5
35.na
36.hy 0
37.SH NAME

--- 31 unchanged lines hidden (view full) ---

69.br
70\fBWINDOW * stdscr;\fR
71.fi
72.SH DESCRIPTION
73This page summarizes variables provided by the \fBcurses\fP library.
74A more complete description is given in the \fBcurses\fP(3X) manual page.
75.PP
76Depending on the configuration, these may be actual variables,
30.TH curs_variables 3X ""
31.de bP
32.IP \(bu 4
33..
34.ds n 5
35.na
36.hy 0
37.SH NAME

--- 31 unchanged lines hidden (view full) ---

69.br
70\fBWINDOW * stdscr;\fR
71.fi
72.SH DESCRIPTION
73This page summarizes variables provided by the \fBcurses\fP library.
74A more complete description is given in the \fBcurses\fP(3X) manual page.
75.PP
76Depending on the configuration, these may be actual variables,
77or macros (see \fBcurs_threads\fR(3X))
77or macros (see \fBcurs_threads\fR(3X) and \fBcurs_opaque\fR(3X))
78which provide read-only access to \fIcurses\fP's state.
79In either case, applications should treat them as read-only to avoid
80confusing the library.
81.SS COLOR_PAIRS
82After initializing curses, this variable contains the number of color pairs
83which the terminal can support.
84Usually the number of color pairs will be the product \fBCOLORS\fP*\fBCOLORS\fP,
85however this is not always true:

--- 38 unchanged lines hidden (view full) ---

124.PP
125If \fBcurses\fP is configured to use separate curses/terminfo libraries,
126most of these variables reside in the curses library.
127.SH PORTABILITY
128ESCDELAY and TABSIZE are extensions,
129not provided in most other implementations of curses.
130.SH SEE ALSO
131\fBcurses\fR(3X),
78which provide read-only access to \fIcurses\fP's state.
79In either case, applications should treat them as read-only to avoid
80confusing the library.
81.SS COLOR_PAIRS
82After initializing curses, this variable contains the number of color pairs
83which the terminal can support.
84Usually the number of color pairs will be the product \fBCOLORS\fP*\fBCOLORS\fP,
85however this is not always true:

--- 38 unchanged lines hidden (view full) ---

124.PP
125If \fBcurses\fP is configured to use separate curses/terminfo libraries,
126most of these variables reside in the curses library.
127.SH PORTABILITY
128ESCDELAY and TABSIZE are extensions,
129not provided in most other implementations of curses.
130.SH SEE ALSO
131\fBcurses\fR(3X),
132\fBcurs_opaque\fR(3X),
133\fBcurs_terminfo\fR(3X),
132\fBcurs_threads\fR(3X),
133\fBterm_variables\fR(3X),
134\fBcurs_threads\fR(3X),
135\fBterm_variables\fR(3X),
134\fBterminfo\fR(3X),
135\fBterminfo\fR(\*n).
136\fBterminfo\fR(\*n).