8202 doors man pages contain extra whitespace
[unleashed.git] / usr / src / man / man3xcurses / noqiflush.3xcurses
blob0838471ef9cc40b7da175283606278c76f53edf5
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 NOQIFLUSH 3XCURSES "Jun 5, 2002"
7 .SH NAME
8 noqiflush, qiflush \- control flush of input and output on interrupt
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 \fBnoqiflush\fR(\fBvoid\fR);
20 .fi
22 .LP
23 .nf
24 \fBvoid\fR \fBqiflush\fR(\fBvoid\fR);
25 .fi
27 .SH DESCRIPTION
28 .sp
29 .LP
30 The \fBqiflush()\fR function enables the flushing of input and output queues
31 when an interrupt, quit, or suspend character is sent to the terminal.  The
32 \fBnoqiflush()\fR function disables this flushing.
33 .SH RETURN VALUES
34 .sp
35 .LP
36 These functions do not return a value.
37 .SH ERRORS
38 .sp
39 .LP
40 None
41 .SH ATTRIBUTES
42 .sp
43 .LP
44 See \fBattributes\fR(5) for descriptions of the following attributes:
45 .sp
47 .sp
48 .TS
49 box;
50 c | c
51 l | l .
52 ATTRIBUTE TYPE  ATTRIBUTE VALUE
54 Interface Stability     Standard
56 MT-Level        Unsafe
57 .TE
59 .SH SEE ALSO
60 .sp
61 .LP
62 \fBflushinp\fR(3XCURSES), \fBintrflush\fR(3XCURSES), \fBlibcurses\fR(3XCURSES),
63 \fBattributes\fR(5), \fBstandards\fR(5)