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
- Fix: Use U+F8FE and U+F8FF (last two codepoints of first PUA) with
widths of 1 cell instead of U+0000 and U+0001 with widths of 0 cells.
- Add: `._UW_PLACEHOLDER_HEAD` and `._UW_PLACEHOLDER_TAIL`.
- Change: Remove codepoints used for widget placeholders from
`.get_text()`'s docstring.
Fixes incompatibility with urwid>=2.5.3.
Refs: #1
Description
See issue in Urwid
urwid/urwid#802
The text was updated successfully, but these errors were encountered: