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 ([EMAIL PROTECTED]) -- Random fortune:
This wasn't just plain terrible, this was fancy terrible. This was terrible
with raisins in it.
-- Dorothy Parker
PGP signature