We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0300a8a commit 7f17b1bCopy full SHA for 7f17b1b
1 file changed
src/mistapi/device_utils/__tools/__ws_wrapper.py
@@ -27,7 +27,7 @@ class _VT100Screen:
27
mode changes are silently ignored.
28
"""
29
30
- def __init__(self, rows: int = 80, cols: int = 200) -> None:
+ def __init__(self, rows: int = 24, cols: int = 80) -> None:
31
self.rows = rows
32
self.cols = cols
33
self.cursor_row = 0
0 commit comments