Previously the ansi terminal escape sequences were being displayed raw
instead of being interpreted as color codes by the terminal. This was
noticed when using a PEX scie since the Linux PBS CPython builds use a
an un-patched version of libedit that does not handle ansi terminal
escape sequences unless finessed like we do now.
Previously the ansi terminal escape sequences were being displayed raw instead of being interpreted as color codes by the terminal. This was noticed when using a PEX scie since the Linux PBS CPython builds use a an un-patched version of libedit that does not handle ansi terminal escape sequences unless finessed like we do now.