key press and mouse button press and motion events are not sent to the terminal's child.
Terminal.inputEnabled
bool inputEnabled() @propertyGet inputEnabled property.
Returns
Controls whether the terminal allows user input. When user input is disabled,
void inputEnabled(bool propval) @propertySet inputEnabled property.
Parameters
propval | Controls whether the terminal allows user input. When user input is disabled, key press and mouse button press and motion events are not sent to the terminal's child. |