if text.endswith(_SCREENLINE_PADDING_SUFFIX):
text = text[:-len(_SCREENLINE_PADDING_SUFFIX)]
text += ' ' * (self.size.x - self.len_to_term(text))
jumped_nones = 0
for idx, cell_expected in enumerate(
(tuple(attrs_str.split(_SEP_1)), c) for c in text):
if text.endswith(_SCREENLINE_PADDING_SUFFIX):
text = text[:-len(_SCREENLINE_PADDING_SUFFIX)]
text += ' ' * (self.size.x - self.len_to_term(text))
jumped_nones = 0
for idx, cell_expected in enumerate(
(tuple(attrs_str.split(_SEP_1)), c) for c in text):