-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for max term width #653
Comments
As in #639 or? |
Right now if the term size can't be determined it defaults to 120. But if the term size can be determined and it's really big (I.e. I use a full screen term most of the time), I'd like the ability to say if the term size is huge go ahead and wrap at 120 or whatever number. |
IOW force term width override? |
Kind of, I don't want to say always wrap at a specific width because the width may be smaller which would create weird line breaks. I want to say wrap at x width unless it's smaller then wrap there instead |
… r=kbknapp Allow for limiting detected term width Closes #653
… r=kbknapp Allow for limiting detected term width Closes #653
Similar to the default, except that even when term size can be determined don't go above
max
The text was updated successfully, but these errors were encountered: