Method

VteTerminalset_scroll_speed

Declaration [src]

void
vte_terminal_set_scroll_speed (
  VteTerminal* terminal,
  guint scroll_speed
)

Description [src]

Sets the number of lines by which the buffer is moved when scrolling with a mouse wheel. Setting it to zero will cause the buffer to be moved by an amount depending on the number of visible rows the widget can display.

Parameters

scroll_speed

Type: guint

Move the buffer by this number of lines while scrolling.