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
Fix string width calculation with ANSI escape sequences by switching to the ansi-str crate.
The previous implementation didn't respect OSC 8 hyperlink style ANSI sequences.
Implemented by dsully in #137.
custom_styling feature now requires tty feature as it should.