[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Terminal control: Set attributes
Source position: oldlinux.pp line 1498
function TCSetAttr( |
fd: LongInt; |
OptAct: LongInt; |
const tios: Termios |
):Boolean; |
TCSetAttr sets the terminal parameters you specify in a TermIOS structureTios for the terminal referred to by the file descriptor Fd.
OptAct specifies an optional action when the set need to be done, this could be one of the following pre-defined values:
The function Returns True if the call was succesfull, False otherwise.
For an example, see TCGetAttr.
Errors are reported in LinuxError.
|
Terminal control: Wait till all data was transmitted |
|
|
Terminal control: Suspend transmission of data |
|
|
Terminal control: Discard data buffer |
|
|
Terminal Control: Get terminal attributes |
|
|
Terminal control: Get process group |
|
|
Terminal control: Send break |
|
|
Terminal control: Set process group |
|
|
Terminal control: Get terminal name |
|
|
Check if filehandle is a TTY (terminal) |
No notes exist for this page yet.