jquast
blessed
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
cleanup README
master
1 day ago
Upgrade to wcwidth 0.5.0, drop Python 3.7 (#344) - Drops Python 3.7. - Upgrade dependency wcwidth to 0.5.0 (today's release) - Replace custom `Sequence` method implementations with wcwidth's new functions: `ljust()`, `rjust()`, `center()`, `clip()`, and `width()` using `control_codes='ignore'`, new since 0.3.0. - See benchmark [results below](https://github.com/jquast/blessed/pull/344#issuecomment-3786814877) 2 Changing Behaviors -------------------------------- 1. The `length()` method now returns **maximum cursor extent** rather than **final relative cursor position**. This [is preferred](https://github.com/jquast/blessed/pull/338#issuecomment-3785387891) ! 2. The `truncate()` method now **fills with space** when a wide character doesn't fit: For leading space this new behavior is absolutely necessary, like if we wanted to do horizontal scrolling of CJK characters, to do this 1 cell at a time will require an oscillating leading ``' '`` at the beginning of the string.
master
1 day ago
adjust tests to match wcwidth 0.5.0 clip() propagate_sgr=True default behavior
jq/wcwidth-0.3.0
1 day ago
adjust tests to match wcwidth 0.5.0 clip() propagate_sgr=True default behavior
jq/wcwidth-0.3.0
1 day ago
require wcwidth>=0.5
jq/wcwidth-0.3.0
1 day ago
new example bin/cellestial.py (automata viewer) (#342) cellular automata viewer, "gifsicle" video animation generated and added to docs/examples.rst
master
3 days ago
Improve documentation (#346) "Measuring" header was a very confusing place to find information about window resize handling, now named "Size & Alignment", but filename is kept for hyperlinks, though most headings were renamed to be more direct, and to display, in order of likely use and conclude with the "combined" approach at the end.
master
3 days ago
put sequences ... here
jq/doc-improvements
3 days ago
Active Branches
No pull requests found
As pull requests are created, their performance will appear here.
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs