usage of should repaint in old functions

This commit is contained in:
Doman 2022-03-06 18:51:15 +01:00
parent 7a98279f21
commit 0451742a42

View file

@ -157,7 +157,7 @@ class BufferDependentComponent(BorderedBox):
self.lines[line_nr].append(word)
self.paint_line(line_nr)
self.should_repaint[line_nr] = True
self.buffered_lines = self.height
def reorganize_words(self, line_nr=None, move_active=False):