From 18ea417d52d4aecebc7ac43877cb1c369bb88ebf Mon Sep 17 00:00:00 2001 From: rubmaker Date: Mon, 18 May 2026 20:36:40 +0800 Subject: [PATCH] docs: clarify default word wrap width behavior --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cf3bb15..2f842da 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,8 @@ The `-w` flag lets you set a maximum width at which the output will be wrapped: glow -w 60 ``` +When `-w` is not provided, Glow will use your terminal's current width when possible. + ### Paging CLI output can be displayed in your preferred pager with the `-p` flag. This defaults