Terminal.setScrollOnOutput

Controls whether or not the terminal will forcibly scroll to the bottom of the viewable history when the new data is received from the child.

class Terminal
void
setScrollOnOutput
(
bool scroll
)

Parameters

scroll bool

whether the terminal should scroll on output

Meta