Internal
Represents an instance of a pseudo-terminal (PTY). Provides methods to interact with the PTY, such as writing data, killing the process, and resizing the terminal window.
v213
Terminates the PTY process.
Resizes the PTY terminal window.
The number of columns for the terminal.
The number of rows for the terminal.
Writes data to the PTY.
The string data to be written to the terminal.
Represents an instance of a pseudo-terminal (PTY). Provides methods to interact with the PTY, such as writing data, killing the process, and resizing the terminal window.
Since
v213