Method

VteTerminalset_scroll_on_output

Declaration [src]

void
vte_terminal_set_scroll_on_output (
  VteTerminal* terminal,
  gboolean scroll
)

Description [src]

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.

Parameters

scroll gboolean
 

Whether the terminal should scroll on output.