1298
1298
"""Return estimated terminal width."""
1300
1301
# If it's not a tty, the width makes no sense. We just use a value bug
1301
1302
# enough to avoid truncations. When the output is redirected, the
1302
1303
# pagers can then handle that themselves. A cleaner implementation