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
{{ message }}
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.
Right now commands outputting binary which cannot be rendered as test (ex: txt2img) can render the terminal unusable as reported here.
Most shells will have this same issue because byte streams are always rendered when they're not redirected. However, we can do a bit better since commands have models. For any command with a corresponding model, we can specify the output format. For any command that reports to output in binary format, if it's directly output to stdout we can render it as hex values instead.
Open to suggestions/ideas on this, especially about potential problems with the approach described above.
The text was updated successfully, but these errors were encountered:
Right now commands outputting binary which cannot be rendered as test (ex: txt2img) can render the terminal unusable as reported here.
Most shells will have this same issue because byte streams are always rendered when they're not redirected. However, we can do a bit better since commands have models. For any command with a corresponding model, we can specify the output format. For any command that reports to output in binary format, if it's directly output to stdout we can render it as hex values instead.
Open to suggestions/ideas on this, especially about potential problems with the approach described above.
The text was updated successfully, but these errors were encountered: