Provide interactions with the Shell TTY.
package |
Default |
---|
__construct()
height() : integer
integer
the current height, i.e the number of columns or {@literal -1} if unknown
resizehandler( $arg0) : $this
callable
$this
this object
stdinHandler( $arg0) : $this
callable
$this
this object
type() : string
string
the declared tty type, for instance {@literal vt100}, {@literal xterm-256}, etc... it can be null when the tty does not have declared its type.
width() : integer
integer
the current width, i.e the number of rows or {@literal -1} if unknown
write( $arg0) : $this
string
$this
this object