Terminal.scrollOnInsert

bool scrollOnInsert() @property nothrow

Get scrollOnInsert property.

Returns

Controls whether or not the terminal will forcibly scroll to the bottom of

the viewable history when the text is inserted (e.g. by a paste).

void scrollOnInsert(bool propval) @property nothrow

Set scrollOnInsert property.

Parameters

propvalControls whether or not the terminal will forcibly scroll to the bottom of the viewable history when the text is inserted (e.g. by a paste).