the viewable history when the text is inserted (e.g. by a paste).
Terminal.scrollOnInsert
bool scrollOnInsert() @property nothrowGet scrollOnInsert property.
Returns
Controls whether or not the terminal will forcibly scroll to the bottom of
void scrollOnInsert(bool propval) @property nothrowSet scrollOnInsert property.
Parameters
propval | 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). |