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
For my setup (running Julia in GNOME terminal in XFCE), when the title name is too long it wraps by exactly one char too wide to fit in the width, producing ugly failure to wrap. Here's an example:
This is for my standard terminal size:
julia> displaysize(io)
(60, 80)
What it looks like is that your code prints one space preceding each 80-char line, giving an 81-char line, which wraps at the last char each time.
I have checked that this happens for other terminal widths too.
Does anyone else have this problem?
If so, I'll try to look at the code and make a PR. Thanks for a great tool, Best, Alex
The text was updated successfully, but these errors were encountered:
For my setup (running Julia in GNOME terminal in XFCE), when the title name is too long it wraps by exactly one char too wide to fit in the width, producing ugly failure to wrap. Here's an example:
This is for my standard terminal size:
What it looks like is that your code prints one space preceding each 80-char line, giving an 81-char line, which wraps at the last char each time.
I have checked that this happens for other terminal widths too.
Does anyone else have this problem?
If so, I'll try to look at the code and make a PR. Thanks for a great tool, Best, Alex
The text was updated successfully, but these errors were encountered: