Terminal.addOnCommit

Emitted whenever the terminal receives input from the user and prepares to send it to the child process. The signal is emitted even when there is no child process.

class Terminal
addOnCommit
(
void delegate
(
string
,
uint
,)
dlg
,)

Meta