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
It also looks like if you have hyperlink not at the end, it breaks all the column formatting, I'm assuming this is because the URL chars are used calculation, but then are not displayed.
When using a template with a hyperlink at the end, if the the line is truncated the link its closed correctly.
Below output is from redirecting to a file, and using
sed -n l0 file
With a the available space in terminal window the link is closed correctly:
When the terminal is too small, the link isn't closed
Therefore turning everything after that in terminal too a link, running the following clears it
printf '\e]8;;'
The text was updated successfully, but these errors were encountered: