Skip to content

Fix a scenario with ellipsis wrap not fit in screen columns#813

Merged
penguinolog merged 1 commit intourwid:masterfrom
penguinolog:corner_case_ellipsis_not_fit
Feb 16, 2024
Merged

Fix a scenario with ellipsis wrap not fit in screen columns#813
penguinolog merged 1 commit intourwid:masterfrom
penguinolog:corner_case_ellipsis_not_fit

Conversation

@penguinolog
Copy link
Collaborator

Fix: #812

Checklist
  • I've ensured that similar functionality has not already been implemented
  • I've ensured that similar functionality has not earlier been proposed and declined
  • I've branched off the master or python-dual-support branch
  • I've merged fresh upstream into my branch recently
  • I've ran tox successfully in local environment
  • I've included docstrings and/or documentation and/or examples for my code (if this is a new feature)

@penguinolog penguinolog added Unicode Issues related to Unicode <-> bytes conversion regression labels Feb 16, 2024
@github-actions github-actions bot added the Tests Tests label Feb 16, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7932959983

Details

  • 0 of 15 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 71.221%

Totals Coverage Status
Change from base Build 7930826064: 0.01%
Covered Lines: 8928
Relevant Lines: 12634

💛 - Coveralls

@penguinolog penguinolog merged commit def9395 into urwid:master Feb 16, 2024
@penguinolog penguinolog deleted the corner_case_ellipsis_not_fit branch February 16, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

regression Tests Tests Unicode Issues related to Unicode <-> bytes conversion

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Text.render() raises CanvasError for some non-UTF-8 encodings when 1 <= maxcols < 3

2 participants