-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:TextEmbed: Fix text width computation
- Fix: Use `urwid.calc_width()` instead of `urwid.Text.pack()[0]` to compute the screen column width of text. - Additionally results in a performance improvement. Avoids buggy behaviour of `Text.pack()` (see urwid/urwid#924) and fixes ihabunek/toot#499.
- Loading branch information
1 parent
269b4f0
commit f8c83af
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters