You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2021. It is now read-only.
Determining the real terminal width is hard to do portably, but it's pretty simple to see if the COLUMNS env var is defined and use it instead of the hard coded 80 if it is.
I could make a PR if this is considered to be a good idea.
Determining the real terminal width is hard to do portably, but it's pretty simple to see if the
COLUMNSenv var is defined and use it instead of the hard coded 80 if it is.I could make a PR if this is considered to be a good idea.