summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch07.t
blob: 164da01b93cac22f0b55ffa0da593583ec9cd40a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
@c
@c  COPYRIGHT (c) 1988-1998.
@c  On-Line Applications Research Corporation (OAR).
@c  All rights reserved.
@c
@c  $Id$
@c

@chapter Device- and Class-Specific Functions

@section General Terminal Interface

@subsection Interface Characteristics

@subsubsection Opening a Terminal Device File

@subsubsection Process Groups (TTY)

@subsubsection The Controlling Terminal

@subsubsection Terminal Access Control

@subsubsection Input Processing and Reading Data

@subsubsection Canonical Mode Input Processing

@subsubsection Noncanonical Mode Input Processing

@subsubsection Writing Data and Output Processing

@subsubsection Special Characters

@subsubsection Modem Disconnect

@subsubsection Closing a Terminal Device File

@subsection Parameters That Can Be Set

@subsubsection termios Structure

@subsubsection Input Modes

@subsubsection Output Modes

@subsubsection Control Modes

@subsubsection Local Modes

@subsubsection Special Control Characters

@subsection Baud Rate Values

@subsubsection Baud Rate Functions

@subsubsection Synopsis

@subsubsection Description

@subsubsection Returns

@subsubsection Errors

@subsubsection Cross-References

@section General Terminal Interface Control Functions

@subsection Get and Set State

@example
tcgetattr(), Function
tcsetattr(), Function
@end example

@subsection Line Control Functions

@example
tcsendbreak(), Function
tcdrain(), Function
tcflush(), Function
tcflow(), Function
@end example

@subsection Get Foreground Process Group ID

@example
tcgetprgrp(), Function
@end example

@subsection Set Foreground Process Group ID

@example
tcsetprgrp(), Function
@end example