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
I looked over their regex again and nothing stands out that shows theirs supports any more than this one does. In fact, ours seems to support more (namely, CSI isn't always \x1b - theirs doesn't account for that).
Going to close this unless there is something I missed :) Thanks for the heads up!
Looks like Node updated their ansi regex to also match VT control characters https://github.com/nodejs/io.js/blob/master/lib/readline.js#L974-L980
Should we do the same here?
The text was updated successfully, but these errors were encountered: