Merge branch 'dev'

This commit is contained in:
2020-08-02 03:13:19 -07:00

View File

@@ -287,7 +287,7 @@ class TextCanvas:
width, height = self.determine_terminal_dimensions() width, height = self.determine_terminal_dimensions()
self.__terminal_width = width self.__terminal_width = width
self.__terminal_height = height self.__terminal_height = height - 1
self._auto_calculate_virtual_dimensions(acquire_locks=False) self._auto_calculate_virtual_dimensions(acquire_locks=False)