Terminal.scrollOnKeystroke

Set scrollOnKeystroke property.

  1. bool scrollOnKeystroke [@property getter]
  2. bool scrollOnKeystroke [@property setter]
    class Terminal
    @property
    void
    scrollOnKeystroke
    (
    bool propval
    )

Parameters

propval bool

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.