Method

VteTerminalset_scroll_on_insert

Declaration [src]

void
vte_terminal_set_scroll_on_insert (
  VteTerminal* terminal,
  gboolean scroll
)

Description [src]

Controls whether or not the terminal will forcibly scroll to the bottom of the viewable history when text is inserted, e.g. by a paste.

Available since:0.76

Parameters

scroll gboolean
 

Whether the terminal should scroll on insert.