markbt / streampager

A pager for command output or large files
MIT License
45 stars 11 forks source link

termcaps: enable true colors #28

Closed quark-zju closed 4 years ago

quark-zju commented 4 years ago

Most modern terminals support true colors, although TERM won't report that. Applications can still decide whether to limit themselves to 16 or 256 colors.

Also upgrade termwiz to 0.8. It makes a difference on Windows - true colors can be rendered instead of just 16 colors.