klyn.gui.windows.TerminalWidget.terminated
event
public event terminated as ActionEvent
Description

Emitted when the last terminal tab is closed or terminated.

terminal.terminated += lambda(e as ActionEvent): print("all terminals closed")