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
Not much we can do about this, really. Unles the emulator that comes with Git Bash has a special character to clear the terminal, there's nothing we can really do on our end to fix this.
Keep in mind that TTY escape codes are very archaic and haven't seen much progress since the 90's (maybe earlier). This is kind of an unfortunate side effect of that.
One thing to make sure of is that you're scrolled all the way down to the very bottom of the terminal (not just the output, but make sure the scroll bar, if any, hits the very bottom of the "track"). A common side effect of applications that "clear" or "update" the terminal + scrolling upward = repeated or sporadic output, such as what you're describing.
Sorry I couldn't give you a better answer. I'm going to go ahead and close this as there's nothing actionable unless it's found Git Bash has proprietary escape codes and gives us a means of doing terminal detection.
Snowpack is using this package to clear the terminal and it is causing my Windows 10 Git Bash terminal to spam output.
Here is the gist of the output: https://gist.github.com/stramel/66bed75cb5900c3a87ba1f5e6e942e74
Here is the usage: https://github.com/pikapkg/snowpack/blob/2e010bb862d3d8349b6254cbfc9f8d9d98bb0c6a/src/commands/paint.ts#L53
Also, related discussion on snowpack's discussion board: https://www.pika.dev/npm/snowpack/discuss/191
The text was updated successfully, but these errors were encountered: