[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] Re: [PATCH] pager support like git
From: |
Andreas Gruenbacher |
Subject: |
[Quilt-dev] Re: [PATCH] pager support like git |
Date: |
Wed, 18 Nov 2009 18:30:20 +0100 |
User-agent: |
KMail/1.12.2 (Linux/2.6.31.5-0.1-desktop; KDE/4.3.1; i686; ; ) |
On Wednesday 18 November 2009 18:14:35 Bert Wesarg wrote:
> >> diff --git a/quilt/scripts/patchfns.in b/quilt/scripts/patchfns.in
> >> + export LESS="${LESS:-FRSX}" # as in pager.c:pager_preexec()
> >
> > Hmm, what is FRSX here?
> These are options for less,
Well, LESS is set to "FRSX" rather than "-FRSX". This seems weird.
> But I don't know if we need the wait though.
Not sure either.
Andreas