From a8bfa115fb7186643258d1d654b770c9773bff4a Mon Sep 17 00:00:00 2001 From: tjp Date: Fri, 5 Jan 2024 10:02:07 -0700 Subject: auto_pager bool to pager string always/auto/never --- help.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'help.go') diff --git a/help.go b/help.go index ab36c7d..f402ec9 100644 --- a/help.go +++ b/help.go @@ -99,9 +99,10 @@ The section "[main]" contains general configuration options: stands in for $HOME. The default is "~" (the user's home directory). * quiet (boolean): Disables automatically printing the page after any navigation action. The default is false. - * auto_pager (boolean): Sends pages through "less -F", where the -F - switch disables the pager if the output fits in a single screen. - This is true by default. + * pager (string): Set this to "always", "never", or "auto". "always" + will pipe every page printed through less(1), "never" will not, and + "auto" will pipe it through "less -F", which skips the pager when + the output fits on a single screen anyway. `[1:], -- cgit v1.2.3