.Stream.Term (gb.term)
This class extends the virtual class returned by the
Stream.Term property.
Tato třída reimplementuje
.Stream.Term
in
gb.
This class is virtual.
Tato třída je nevyvořitelná.
Inherited properties
Echo
|
Return or set if input characters are echoed on the terminal output.
|
FlowControl
|
Return or set if flow control is enabled on the terminal input and output queues.
|
H
|
A synonymous for the Height property.
|
Height
|
Return the number of rows of the terminal.
|
Name
|
Return the name of the device file associated with the terminal.
|
W
|
A synonymous for the Width property.
|
Width
|
Return the number of columns of the terminal.
|
Metoda
Drain
|
Waits until all output written to the stream has been transmitted.
|
Flow
|
Suspends transmission or reception of data on the stream, depending on the value of Mode:
|
Flush
|
Discards data written to the stream but not transmitted, or data received but not read, depending on the value of Mode:
|
GetAttr
|
Gets the parameters associated with the terminal and returns them as a TerminalSettings object.
|
SendBreak
|
Send a break condition to the terminal.
|
SetAttr
|
Sets the parameters associated with the terminal from the Settings argument.
|
Inherited methods