Terminal.inputEnabled

bool inputEnabled() @property nothrow

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 nothrow

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.