(text, attr, align="left")
| 220 | |
| 221 | |
| 222 | def truncated_plain(text, attr, align="left"): |
| 223 | return TruncatedText(text, [(attr, len(text.encode()))], align) |
| 224 | |
| 225 | |
| 226 | # Work around https://github.com/urwid/urwid/pull/330 |
no test coverage detected
searching dependent graphs…