Paginate flags

This commit is contained in:
Lucy Robillard 2022-08-13 11:26:58 -07:00
parent 05801ca9d2
commit 69738f06e8
No known key found for this signature in database
GPG key ID: BCD4DBE493AC48B5
2 changed files with 58 additions and 15 deletions

View file

@ -12,8 +12,10 @@ VERSION = '1.4.0'
# Obtain terminal size
try:
TERM_LEN = os.get_terminal_size().columns
TERM_LINES = os.get_terminal_size().lines
except Exception:
TERM_LEN = 40
TERM_LINES = 10
TEST_ASCII = r"""
### |\___/| ###