X-Recipient: archive-cygwin AT delorie DOT 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 DOT 6060504 AT veritech DOT com> Date: Tue, 24 Mar 2009 22:26:56 +0000 Message-ID: <416096c60903241526i421e191fw2b57a722ae75d547@mail.gmail.com> Subject: Re: 'less': not working with 'mintty' > v0.3.6 From: Andy Koppe To: Cygwin Tech List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com > I believe that the settings we had previously discussed to get 'less' to > accept > & as beginning and end of stream respectively, > stopped working with the 'mintty' v0.3.7 release. > > My .lesskey file is: > -- > \eO1;2A back-line # > \eO1;2B forw-line # 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 # -- Beginning of input > \eOF goto-end =A0# -- 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/