25
* ``osutils.terminal_width()`` obeys the COLUMNS envrionment
26
variable and then default to a reasonable value if the terminal
27
is not a tty (when output is redirected for example). Also
28
fixes its usage under OSes that doesn't provide
30
(Joke de Buhr, Vincent Ladeuil, #353370, #62539)
25
* ``osutils.terminal_width()`` obeys the COLUMNS envrionment variable
26
but returns None if the terminal is not a tty (when output is
27
redirected for example). Also fixes its usage under OSes that doesn't
28
provide termios.TIOCGWINSZ.
29
(Joke de Buhr, Vincent Ladeuil, #353370, #62539)