[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Terminal control: Get terminal name
Source position: line 0
function TTYname( |
Handle: LongInt |
):String; |
var F: Text |
):String; |
TTYNameReturns the name of the terminal pointed to by f. f must be a terminal. f can be of type:
Returns an empty string in case of an error. Linuxerror may be set to indicate what error occurred, but this is uncertain.
|
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 attributes |
|
|
Terminal control: Set process group |
|
|
Check if filehandle is a TTY (terminal) |
|
|
General kernel IOCTL call. |
No notes exist for this page yet.