the viewable history when the user presses a key. Modifier keys do not trigger this behavior.
Terminal.scrollOnKeystroke
bool scrollOnKeystroke() @propertyGet scrollOnKeystroke property.
Returns
Controls whether or not the terminal will forcibly scroll to the bottom of
void scrollOnKeystroke(bool propval) @propertySet scrollOnKeystroke property.
Parameters
propval | Controls whether or not the terminal will forcibly scroll to the bottom of the viewable history when the user presses a key. Modifier keys do not trigger this behavior. |