the scrollback buffer, whenever the terminal's width changes.
Terminal.rewrapOnResize
bool rewrapOnResize() @property nothrowGet rewrapOnResize property.
Returns
Controls whether or not the terminal will rewrap its contents, including
void rewrapOnResize(bool propval) @property nothrowSet rewrapOnResize property.
Parameters
propval | Controls whether or not the terminal will rewrap its contents, including the scrollback buffer, whenever the terminal's width changes. |