Merge branch 'dev'

This commit is contained in:
Mike 2020-08-02 03:13:19 -07:00
commit 6349e11f9d
1 changed files with 1 additions and 1 deletions

View File

@ -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)