jquast / blessed

Blessed is an easy, practical library for making python terminal apps
http://pypi.python.org/pypi/blessed
MIT License
1.2k stars 72 forks source link

Treat 88 colors as 16 colors #236

Closed avylove closed 2 years ago

avylove commented 2 years ago

I don't love this approach, but it's straightforward. Without a good way to test, I'm hesitant to add full support. I figure we can always add it in later.

codecov[bot] commented 2 years ago

Codecov Report

Merging #236 (fd077f5) into master (165f43d) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #236   +/-   ##
=======================================
  Coverage   95.36%   95.36%           
=======================================
  Files           9        9           
  Lines        1015     1015           
  Branches      176      176           
=======================================
  Hits          968      968           
  Misses         43       43           
  Partials        4        4           
Impacted Files Coverage Δ
blessed/__init__.py 77.77% <100.00%> (ø)
blessed/terminal.py 98.25% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 165f43d...fd077f5. Read the comment docs.