Terminal.rewrapOnResize

bool rewrapOnResize() @property nothrow

Get rewrapOnResize property.

Returns

Controls whether or not the terminal will rewrap its contents, including

the scrollback buffer, whenever the terminal's width changes.

void rewrapOnResize(bool propval) @property nothrow

Set rewrapOnResize property.

Parameters

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