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
The escape sequence processor fails if the distance to "m" is > 7. But 24 bit color escapes use r;g;b codes that generally are longer than this, which means that when piping output from a program that uses such escape codes they just get decoded instead of passed through cleanly.
What is really needed is a proper escape sequence parser.