bind

fun bind(session: TerminalSession)

Binds this component to session.

The session remains host-owned; this component only observes dirty render notifications and repaints itself on the EDT. This method may be called from any thread; component state is updated asynchronously on the EDT.

Parameters

session

terminal session to display.