Fall back on os.get_terminal_size() rather than calls to tput/stty
authorScott Gasch <[email protected]>
Sun, 16 Oct 2022 19:01:46 +0000 (12:01 -0700)
committerScott Gasch <[email protected]>
Sun, 16 Oct 2022 19:01:46 +0000 (12:01 -0700)
commit68e196165ec8f169b2ffdfc57759c552bce7f8e0
tree71858f35e033f0d18fe934d69d531a76a2e61ebf
parent993b0992473c12294ed659e52b532e1c8cf9cd1e
Fall back on os.get_terminal_size() rather than calls to tput/stty
when we can't figure out how big the console is.
src/pyutils/text_utils.py