Re: Few thoughts about CML2 and kernel configuration

John R Lenton (john@grulic.org.ar)
Sat, 16 Jun 2001 05:14:56 -0300


--0ntfKIWw70PvrIHh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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 =3D self.help_popup("EXITCONFIRM", (lang["REALLY"]=
,), beep=3D0)
if cmd =3D=3D ord('q'):
break
- elif cmd in (curses.KEY_ENTER,ord(' '),ord('\r'),ord('\n')=
) :
+ elif cmd in (curses.KEY_ENTER,curses.KEY_RIGHT,ord(' '),or=
d('\r'),ord('\n')) :
# Operate on the current object
if sel_symbol.type =3D=3D "message":
curses.beep()
----

--=20
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

--0ntfKIWw70PvrIHh
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7KxWAgPqu395ykGsRAn7dAJoCWoqieySrmpsfHzwjtGiZjb3D4ACeJlse
0MbBex92qXBOFoDbOf52EdQ=
=mkDt
-----END PGP SIGNATURE-----

--0ntfKIWw70PvrIHh--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/