help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'oldlinux' (#rtl)

Termios

Terminal I/O description record

Declaration

Source position: oldlinux.pp line 1088

type Termios = record

  c_iflag: Cardinal;

  

input mode flags

  c_oflag: Cardinal;

  

output mode flags

  c_cflag: Cardinal;

  

control mode flags

  c_lflag: Cardinal;

  

local mode flags

  c_line: Char;

  

line discipline

  c_cc: array [0..NCCS-1] of Byte;

  

control characters

  c_ispeed: LongInt;

  

Input speed

  c_ospeed: LongInt;

  

Output speed

end;

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505