dynamic display of log messages now working

This commit is contained in:
Lincoln Stein
2023-06-02 22:24:46 -04:00
parent 1390b65a9c
commit 91918e648b
3 changed files with 107 additions and 11 deletions

View File

@ -223,3 +223,6 @@ class TextBox(npyscreen.MultiLineEdit):
self.width -= 1
super().update(clear=False)
(self.relx, self.rely, self.height, self.width) = (relx, rely, height, width)
class BufferBox(npyscreen.BoxTitle):
_contained_widget = npyscreen.BufferPager