Terminal.setScrollOnKeystroke

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.

class Terminal
void
setScrollOnKeystroke
(
bool scroll
)

Parameters

scroll bool

whether the terminal should scroll on keystrokes

Meta