You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From #273,
> The following code enters an infinite loop:
import blessed
blessed.Terminal().wrap('\u5973', 1)
This fixes by explicit test: when the given individual sequence is
of length '2', and the width is '1', and the cur_len is '0', we cannot
break down this "Wide" character any further -- so it is allowed to
flow outside the given cell.
- 'faulthandler_timeout = 30' is added to [pytest] in tox.ini,
- Tests for East-Asian, Emoji, and ZWJ are added
- Further noting that blessed gets ZWJ wrong
Using blessed 1.20.0 and wcwidth 0.2.13, the following code enters an infinite loop:
The text was updated successfully, but these errors were encountered: