Method

VteTerminalsearch_set_wrap_around

Declaration [src]

void
vte_terminal_search_set_wrap_around (
  VteTerminal* terminal,
  gboolean wrap_around
)

Description [src]

Sets whether search should wrap around to the beginning of the terminal content when reaching its end.

Parameters

wrap_around

Type: gboolean

Whether search should wrap.