25
* ``osutils.terminal_width()`` will now return a very large value
26
to avoid truuncated lines when using pagers (for example).
27
(Joke de Buhr, Vincent Ladeuil, #353370)
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)