Adjust terminal height detection

This commit is contained in:
Mike 2020-08-02 03:13:14 -07:00
parent f8c13c0c2d
commit 9d6e9f316f
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)