[core/output] sync _raw with full_text minwidth-wise

This commit is contained in:
me 2020-03-06 00:19:25 +02:00
parent 7187228d07
commit 0269bf1433

View file

@ -450,6 +450,7 @@ class WidgetDrawer(object):
if width:
self._full_text = self._full_text.ljust(len(width) + len(self._prefix) + len(self._suffix))
raw = raw.ljust(len(width))
self.escape_amp()