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
Describe the solution you'd like
A .replace(/\x1b\39m\x1b/g, '\x1b') must be optionally used to optimize the ascii output.
A config variable like optimizeAnsi (default true) should be made available.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
A
.replace(/\x1b\39m\x1b/g, '\x1b')
must be optionally used to optimize the ascii output.A config variable like
optimizeAnsi
(default true) should be made available.The text was updated successfully, but these errors were encountered: