[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Terminal I/O description record (small)
Source position: oldlinux.pp line 1077
type Termio = packed record |
||
c_iflag: Word; |
|
input mode flags |
c_oflag: Word; |
|
output mode flags |
c_cflag: Word; |
|
control mode flags |
c_lflag: Word; |
|
local mode flags |
c_line: Word; |
|
line discipline |
c_cc: array [0..NCC-1] of Char; |
|
control characters |
end; |
No notes exist for this page yet.