Terminal.addOnEof

Emitted when the terminal receives an end-of-file from a child which is running in the terminal. This signal is frequently (but not always) emitted with a child-exited signal.

class Terminal
gulong
addOnEof
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)