1502 Remove conversion cruft from manpages
[unleashed.git] / usr / src / man / man3xcurses / COLS.3xcurses
blob0e5718ac2da984d0c7c5467bc3a0e836d5201036
1 '\" te
2 .\"  Copyright (c) 1990, 1995 by Mortice Kern Systems Inc.  All Rights Reserved  Portions Copyright (c) 1999, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH COLS 3XCURSES "Jun 5, 2002"
7 .SH NAME
8 COLS \- number of columns on terminal screen
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBcc\fR [ \fIflag\fR... ] \fIfile\fR... \fB-I\fR \fB/usr/xpg4/include\fR \fB-L\fR \fB/usr/xpg4/lib\fR \e
13 \fB-R\fR \fB/usr/xpg4/lib\fR \fB-lcurses\fR [ \fIlibrary\fR... ]
15 \fBc89\fR [ \fIflag\fR... ] \fIfile\fR... \fB-lcurses\fR [ \fIlibrary\fR ... ]
17 #include <curses.h>
19 extern int COLS;
20 .fi
22 .SH DESCRIPTION
23 .sp
24 .LP
25 The external variable \fBCOLS\fR indicates the number of columns on the
26 terminal screen.
27 .SH ATTRIBUTES
28 .sp
29 .LP
30 See \fBattributes\fR(5) for descriptions of the following attributes:
31 .sp
33 .sp
34 .TS
35 box;
36 c | c
37 l | l .
38 ATTRIBUTE TYPE  ATTRIBUTE VALUE
40 Interface Stability     Standard
42 MT-Level        Unsafe
43 .TE
45 .SH SEE ALSO
46 .sp
47 .LP
48 \fBinitscr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5),
49 \fBstandards\fR(5)