5639 want reentrant ether_aton_r and ether_ntoa_r
[illumos-gate.git] / usr / src / man / man3xcurses / curscr.3xcurses
blob58da17934ac1a1275d849381c5d6b765953b2503
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 CURSCR 3XCURSES "Jun 5, 2002"
7 .SH NAME
8 curscr \- current window
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 WINDOW *curscr;
20 .fi
22 .SH DESCRIPTION
23 .sp
24 .LP
25 The external variable \fBcurscr\fR points to an internal data structure. It can
26 be specified as an argument to certain functions such as
27 \fBclearok\fR(3XCURSES).
28 .SH ATTRIBUTES
29 .sp
30 .LP
31 See \fBattributes\fR(5) for descriptions of the following attributes:
32 .sp
34 .sp
35 .TS
36 box;
37 c | c
38 l | l .
39 ATTRIBUTE TYPE  ATTRIBUTE VALUE
41 Interface Stability     Standard
43 MT-Level        Unsafe
44 .TE
46 .SH SEE ALSO
47 .sp
48 .LP
49 \fBclearok\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5),
50 \fBstandards\fR(5)