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

Implement ESCDELAY environment value #260

Closed jquast closed 10 months ago

jquast commented 12 months ago

Closes #158

Also pins docformatter due to related issue https://github.com/PyCQA/docformatter/issues/264

codecov[bot] commented 12 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a34c6b1) 95.38% compared to head (47328d9) 95.42%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #260 +/- ## ========================================== + Coverage 95.38% 95.42% +0.04% ========================================== Files 9 9 Lines 1018 1027 +9 Branches 215 216 +1 ========================================== + Hits 971 980 +9 Misses 43 43 Partials 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jquast commented 10 months ago

Thanks @avylove I also went ahead and pinned docformatter, as I'm not sure https://github.com/PyCQA/docformatter/issues/264 will be addressed anytime soon, should allow our other builds to succeed.

jquast commented 10 months ago

too bad really, I was enjoying being exactly 666 commits ahead of blessings