tym
tym copied to clipboard
add rewrap
Rewrap the content when terminal size changed, this fix a lot of issues with resizes
Thanks for the PR!
The property is already deprecated since version 0.58 of VTE and will be removed some day. If that happens, the compilation would be failed. And rewrap
is enbaled by default, so the option would be for people who want to disable it.
If you want to disable it or don't care even if the option will be unavailable when removed from VTE, I will merge this.
is there any better way to implement a 'rewrap on resize'? if there is, I think it's better to try it.
The feature rewrap on resize
is already active by default.
but if I disable rewrap, I still have problems with resize, mainly with the shell prompt.
The problem may be caused by the other factor.
The VTE developers might think the feature should be obviously enabled by default and there is no need for the way to toggle it. At least I can't merge this without the demand to disable this.