Merge branch 'dev'
This commit is contained in:
commit
6349e11f9d
@ -287,7 +287,7 @@ class TextCanvas:
|
||||
width, height = self.determine_terminal_dimensions()
|
||||
|
||||
self.__terminal_width = width
|
||||
self.__terminal_height = height
|
||||
self.__terminal_height = height - 1
|
||||
|
||||
self._auto_calculate_virtual_dimensions(acquire_locks=False)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user