From 497979e561e880fb0d11be82c78544e5718d531b Mon Sep 17 00:00:00 2001 From: "Kent R. Spillner" Date: Fri, 13 Dec 2013 22:01:27 -0600 Subject: scripts: let users override LESS env variable. Add a QUILT_LESS_ARGS variable that can be used to configure what quilt will set LESS to when LESS is undefined. Defaults to -FSRX so no functional change in the default case, but allows users to drop the -F argument as needed (for example, when using a multiline shell prompt) without explicitly setting LESS. Signed-off-by: Kent R. Spillner --- doc/quilt.1.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/quilt.1.in') diff --git a/doc/quilt.1.in b/doc/quilt.1.in index 67132e9..8ac5985 100644 --- a/doc/quilt.1.in +++ b/doc/quilt.1.in @@ -284,6 +284,12 @@ the following content to ~/.quiltrc (or /etc/quilt.quiltrc): .fi .RE 4 +.IP QUILT_LESS_ARGS 4 + +The value quilt sets in the LESS environment variable before starting the +pager regardless of which pager quilt is configured to use. Defaults to +the existing value of LESS, or "-FRSX" if LESS is undefined. + .SH AUTHORS Quilt started as a series of scripts written by Andrew Morton -- cgit