Terminal.setRewrapOnResize

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

class Terminal
void
setRewrapOnResize
(
bool rewrap
)

Parameters

rewrap bool

%TRUE if the terminal should rewrap on resize

Meta