Terminal.inputEnabled

bool inputEnabled() @property

Get inputEnabled property.

Returns

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.

void inputEnabled(bool propval) @property

Set inputEnabled property.

Parameters

propvalControls 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.