From: John R Lenton <john@grulic.org.ar>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Few thoughts about CML2 and kernel configuration
Date: Sat, 16 Jun 2001 05:14:56 -0300 [thread overview]
Message-ID: <20010616051456.B562@grulic.org.ar> (raw)
In-Reply-To: <Pine.LNX.4.21.0106160026320.7462-100000@presario>
In-Reply-To: <Pine.LNX.4.21.0106160026320.7462-100000@presario>
[-- Attachment #1: Type: text/plain, Size: 1111 bytes --]
On Sat, Jun 16, 2001 at 11:22:27AM +0600, Anuradha Ratnaweera wrote:
> - The feeling is much similar to that of using lynx (especially using
> left-arrow). It would be very nice if pressing right-arrow gives the
> same effect as pressing enter.
that's what the help says it *should* do. Try this:
----
--- cmlconfigure.py~ Sun Jun 10 13:05:58 2001
+++ cmlconfigure.py Sat Jun 16 05:10:32 2001
@@ -1478,7 +1478,7 @@
cmd = self.help_popup("EXITCONFIRM", (lang["REALLY"],), beep=0)
if cmd == ord('q'):
break
- elif cmd in (curses.KEY_ENTER,ord(' '),ord('\r'),ord('\n')) :
+ elif cmd in (curses.KEY_ENTER,curses.KEY_RIGHT,ord(' '),ord('\r'),ord('\n')) :
# Operate on the current object
if sel_symbol.type == "message":
curses.beep()
----
--
John Lenton (john@grulic.org.ar) -- Random fortune:
This wasn't just plain terrible, this was fancy terrible. This was terrible
with raisins in it.
-- Dorothy Parker
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
prev parent reply other threads:[~2001-06-16 8:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-06-16 5:22 Few thoughts about CML2 and kernel configuration Anuradha Ratnaweera
2001-06-16 8:14 ` John R Lenton [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010616051456.B562@grulic.org.ar \
--to=john@grulic.org.ar \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox