Method

VteTerminalset_scroll_on_keystroke

Declaration [src]

void
vte_terminal_set_scroll_on_keystroke (
  VteTerminal* terminal,
  gboolean scroll
)

Description [src]

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.

Parameters

scroll gboolean
 

Whether the terminal should scroll on keystrokes.