Expand description
Cocoon → terminal.sendText / terminal.show / terminal.hide /
terminal.dispose notifications.
Two concerns per invocation:
- Relay
sky://terminal/<suffix>to the renderer so the xterm panel can show/hide / print text / remove itself. - Drive the underlying PTY via
VineHost::SpawnSendTextToTerminalorVineHost::SpawnDisposeTerminalso the OS process sees the text / receives SIGHUP on dispose. (No-op for embedders without terminal support.)