1noqiflush(3XCURSES) X/Open Curses Library Functions noqiflush(3XCURSES)
2
3
4
6 noqiflush, qiflush - control flush of input and output on interrupt
7
9 cc [ flag... ] file... -I /usr/xpg4/include -L /usr/xpg4/lib \
10 -R /usr/xpg4/lib -lcurses [ library... ]
11
12 c89 [ flag... ] file... -lcurses [ library... ]
13
14 #include <curses.h>
15
16 void noqiflush(void);
17
18
19 void qiflush(void);
20
21
23 The qiflush() function enables the flushing of input and output queues
24 when an interrupt, quit, or suspend character is sent to the terminal.
25 The noqiflush() function disables this flushing.
26
28 These functions do not return a value.
29
31 None
32
34 See attributes(5) for descriptions of the following attributes:
35
36
37
38
39 ┌─────────────────────────────┬─────────────────────────────┐
40 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
41 ├─────────────────────────────┼─────────────────────────────┤
42 │Interface Stability │Standard │
43 ├─────────────────────────────┼─────────────────────────────┤
44 │MT-Level │Unsafe │
45 └─────────────────────────────┴─────────────────────────────┘
46
48 flushinp(3XCURSES), intrflush(3XCURSES), libcurses(3XCURSES),
49 attributes(5), standards(5)
50
51
52
53SunOS 5.11 5 Jun 2002 noqiflush(3XCURSES)