From fc5a9030e6f175fba93ba5fd8758b353fbe55f8c Mon Sep 17 00:00:00 2001 From: Serene-Arc <33189705+Serene-Arc@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:55:27 +1000 Subject: [PATCH] Add more detail to option --- docs/reference/config.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index 3f1b4be65..e3a931885 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -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