Configuration options of the current instance. Driver is configured on start but options can be changed later while is running.
Cleans the data buffer. Useful for making sure that the next data chunk is independent from current state.
destroy current terminal
Resizes the dimensions of the pty.
THe number of columns to use.
The number of rows to use.
Starts the client with given options. Will spawn a new terminal
Return a promise resolved after given number of milliseconds
will resolve the promise only when given number of milliseconds passed
Generated using TypeDoc
Core base part of Driver implementation. Takes care of node-pty and emit "data", "exit" and "start" events