X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 	tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <49C9560F.6060504@veritech.com>
References: <49C9560F.6060504@veritech.com>
Date: Tue, 24 Mar 2009 22:26:56 +0000
Message-ID: <416096c60903241526i421e191fw2b57a722ae75d547@mail.gmail.com>
Subject: Re: 'less': <HOME><END> not working with 'mintty' > v0.3.6
From: Andy Koppe <andy.koppe@gmail.com>
To: Cygwin Tech List <cygwin@cygwin.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

> I believe that the settings we had previously discussed to get 'less' to
> accept
> <HOME> & <END> as beginning and end of stream respectively,
> stopped working with the 'mintty' v0.3.7 release.
>
> My .lesskey file is:
> --
> \eO1;2A back-line # <UP-ARROW>
> \eO1;2B forw-line # <DOWN-ARROW>

The keycodes for these changed in 0.3.4 due to being incompatible with
xterm. See http://code.google.com/p/mintty/issues/detail?id=3D37

> \eOH goto-line # <HOME> -- Beginning of input
> \eOF goto-end =A0# <END> -- End of input

Those should be fine actually. That's what mintty sends for Home and
End in 'application cursor mode'  since 0.3.7.

Here's what's needed:

\e[1;2A back-line
\e[1;2B forw-line
\e[5;2~ back-screen
\e[6;2~ forw-screen
\eOH goto-line
\eOF goto-end

The back-screen and forw-screen lines allow scrolling by whole pages
at a time by holding down Shift or Ctrl while rolling the mousewheel.
(And don't forget to run lesskey.)

Andy

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

