8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man3xcurses / delscreen.3xcurses
blobebe2e4cc4f102d6b511b0aa131eb32e12067e4de
1 '\" te
2 .\"  Copyright (c) 1990, 1995 by Mortice Kern Systems Inc.  All Rights Reserved  Portions Copyright (c) 1996, 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 DELSCREEN 3XCURSES "Jun 5, 2002"
7 .SH NAME
8 delscreen \- free space associated with the SCREEN data structure
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBcc\fR [ \fIflag\fR... ] \fIfile\fR... \fB-I\fR /usr/xpg4/include \fB -L \fR /usr/xpg4/lib \e
13 \fB -R \fR /usr/xpg4/lib \fB -lcurses \fR [ \fIlibrary\fR... ]
15 \fBc89\fR [ \fIflag\fR... ] \fIfile\fR... \fB-lcurses\fR [ \fIlibrary\fR... ]
17 #include <curses.h>
19 \fBvoid\fR \fBdelscreen\fR(\fBSCREEN *\fR\fIsp\fR);
20 .fi
22 .SH DESCRIPTION
23 .sp
24 .LP
25 The \fBdelscreen()\fR function frees space associated with the  \fBSCREEN\fR
26 data structure.  This function should be called after \fBendwin\fR(3XCURSES) if
27 a \fBSCREEN\fR data structure is no longer needed.
28 .SH PARAMETERS
29 .sp
30 .ne 2
31 .na
32 \fB\fIsp\fR\fR
33 .ad
34 .RS 6n
35 Is a pointer to the screen structure for which to free space.
36 .RE
38 .SH RETURN VALUES
39 .sp
40 .LP
41 The \fBdelscreen()\fR function does not return a value.
42 .SH ERRORS
43 .sp
44 .LP
45 None.
46 .SH ATTRIBUTES
47 .sp
48 .LP
49 See \fBattributes\fR(5) for descriptions of the following attributes:
50 .sp
52 .sp
53 .TS
54 box;
55 c | c
56 l | l .
57 ATTRIBUTE TYPE  ATTRIBUTE VALUE
59 Interface Stability     Standard
61 MT-Level        Unsafe
62 .TE
64 .SH SEE ALSO
65 .sp
66 .LP
67 \fBendwin\fR(3XCURSES), \fBinitscr\fR(3XCURSES), \fBlibcurses\fR(3XCURSES),
68 \fBnewterm\fR(3XCURSES), \fBattributes\fR(5), \fBstandards\fR(5)