Merge pull request #5006 from Serene-Arc/auto_terminal_width

Add more detail to option about terminal width in the docs
This commit is contained in:
Adrian Sampson 2023-11-24 23:08:15 -05:00 committed by GitHub
commit 4a6668a0cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -466,7 +466,9 @@ example ``blue`` will become ``['blue']``.
terminal_width
~~~~~~~~~~~~~~
Controls line wrapping. Defaults to ``80`` characters::
Controls line wrapping on non-Unix systems. On Unix systems, the width of the
terminal is detected automatically. If this fails, or on non-Unix systems, the
specified value is used as a fallback. Defaults to ``80`` characters::
ui:
terminal_width: 80