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
#564 introduced the feature to make the "displayTerminalWidth" configurable instead of having it fixed to anachronistic 80 chars.
as @rfscholte pointed out there is a method MessageUtils.getTerminalWidth which allows to detect the current terminal width if JANSI is available (since Maven 3.5.0).
The text was updated successfully, but these errors were encountered:
#564 introduced the feature to make the "displayTerminalWidth" configurable instead of having it fixed to anachronistic 80 chars.
as @rfscholte pointed out there is a method MessageUtils.getTerminalWidth which allows to detect the current terminal width if JANSI is available (since Maven 3.5.0).
The text was updated successfully, but these errors were encountered: