Terminal.setRewrapOnResize
void setRewrapOnResize(bool rewrap) nothrowControls whether or not the terminal will rewrap its contents, including the scrollback history, whenever the terminal's width changes.
Parameters
rewrap | true if the terminal should rewrap on resize |