mrz1988 / lilies

A cross-platform colored text formatting tool for the command line
MIT License
0 stars 0 forks source link

Fix vertical resizing background color issue #54

Closed mrz1988 closed 3 years ago

mrz1988 commented 3 years ago

Summary

Fixed an issue where resizing vertically would not respect background colors across the entire top/bottom rows. Also, fixed an issue where some near-gray colors would not work on 256 color terminals.

codecov[bot] commented 3 years ago

Codecov Report

Merging #54 (b5241a0) into master (5c180d7) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   91.15%   91.17%   +0.02%     
==========================================
  Files          36       36              
  Lines        1820     1825       +5     
  Branches      300      302       +2     
==========================================
+ Hits         1659     1664       +5     
  Misses        134      134              
  Partials       27       27              
Impacted Files Coverage Δ
lilies/api/resize.py 97.87% <100.00%> (+0.04%) :arrow_up:
lilies/terminal/ansi256.py 94.81% <100.00%> (+0.11%) :arrow_up:

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 5c180d7...b5241a0. Read the comment docs.