anstyle icon indicating copy to clipboard operation
anstyle copied to clipboard

Gracefully degrade from higher precision colors to lower precision

Open epage opened this issue 2 years ago • 1 comments

This was split out of #5.

What if anstyle-stream provided a way to use trucolor and have it automatically adapted to Ansi256 or Ansi16, depending on what the terminal supports?

epage avatar Mar 10 '23 18:03 epage

My main concern is if we apply this too aggressively, we'll frequently be parsing ANSI escape codes that just contain what the terminal already supports, slowing things down unnecessarily.

epage avatar Mar 10 '23 18:03 epage