open

abstract fun open(initialDimensions: TerminalDimensions?)(source)

Implement to handle when the pty is open and ready to start firing events.

Parameters

initialDimensions

The dimensions of the terminal, this will be undefined if the terminal panel has not been opened before this is called.

Online Documentation