Method

VteTerminalset_rewrap_on_resize

Declaration [src]

void
vte_terminal_set_rewrap_on_resize (
  VteTerminal* terminal,
  gboolean rewrap
)

Description [src]

Controls whether or not the terminal will rewrap its contents, including the scrollback history, whenever the terminal’s width changes.

Deprecated since:0.58

Please do not use it in newly written code.

Parameters

rewrap gboolean
 

TRUE if the terminal should rewrap on resize.