On SIGINT, Docker Scout often fails to properly terminate color codes or other terminal escape sequences, causing the terminal to become corrupted.
As a workaround, bash-like shells can run reset. But computers exist to automate, not create busywork.
In general, color codes tend to create more problems than they solve. Recommend disabling all terminal escape codes by default.
On SIGINT, Docker Scout often fails to properly terminate color codes or other terminal escape sequences, causing the terminal to become corrupted.
As a workaround, bash-like shells can run
reset. But computers exist to automate, not create busywork.In general, color codes tend to create more problems than they solve. Recommend disabling all terminal escape codes by default.