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
Terminal output using ANSI escape characters are prone to getting mangled and will appear partially and unescaped.
Note: This issue was not present prior to the first live push of the March 2021 milestone.
Steps to reproduce
This might not reproduce easily as this seems asynchronous in nature.
If you run an ANSI colored spinner in the terminal and have other process running, that may reproduce it.
Or have a look below at the Example Respository section.
Expected behavior
ANSI Garbage characters should not be displayed in an ANSI supported terminal.
Example repository
Here is an example of the issue occuring with npm output:
Bug description
Terminal output using ANSI escape characters are prone to getting mangled and will appear partially and unescaped.
Note: This issue was not present prior to the first live push of the March 2021 milestone.
Steps to reproduce
This might not reproduce easily as this seems asynchronous in nature.
If you run an ANSI colored spinner in the terminal and have other process running, that may reproduce it.
Or have a look below at the Example Respository section.
Expected behavior
ANSI Garbage characters should not be displayed in an ANSI supported terminal.
Example repository
Here is an example of the issue occuring with
npm
output:I have since removed the color from the spinner in a project of mine but you can see this issue in realtime in this old branch (which I will change/delete in the future):
https://github.com/apolopena/gitpod-laravel8-starter/tree/development
The text was updated successfully, but these errors were encountered: