[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] Re: [PATCH] pager support like git
From: |
Bert Wesarg |
Subject: |
[Quilt-dev] Re: [PATCH] pager support like git |
Date: |
Wed, 18 Nov 2009 18:38:20 +0100 |
On Wed, Nov 18, 2009 at 18:30, Andreas Gruenbacher <address@hidden> wrote:
> 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.
Both work for less, you can set LESS also to "-F -R -S -X" which is
also the same.
>
>> But I don't know if we need the wait though.
>
> Not sure either.
>
> Andreas
>