lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev [dev.12] patch restoring DELEL edit binding


From: Kim DeVaughn
Subject: lynx-dev [dev.12] patch restoring DELEL edit binding
Date: Fri, 15 Oct 1999 10:19:10 -0600

For some (undocumented) reason, the DELEL lineedit key binding in
the Alternate map, was changed in -dev.4 to the DELNW function,
duplicating the binding for the ^T key (none of the User Guide
docs, or related comments were changed, however).

Near as I can tell, this was probably the result of integrating
some WIN_EX and/or CJK_EX code, as there are some added #ifdef's
for those options, though there isn't anything specific about the
editmap changes that I could see in the CHANGES file.

As may be, the attached patchlet restores the proper function to
the ^K key ... DELete-to-End-of-Line (DELEL).

/kim


Against 2.8.3dev.12:

diff -uNr lynx-2.8.3-dev.12+kd.orig/src/LYEditmap.c 
lynx-2.8.3-dev.12+kd/src/LYEditmap.c
--- lynx-2.8.3-dev.12+kd.orig/src/LYEditmap.c   Thu Aug 26 05:31:19 1999
+++ lynx-2.8.3-dev.12+kd/src/LYEditmap.c        Fri Oct 15 09:06:25 1999
@@ -284,7 +284,7 @@
 LYE_DELN,       LYE_EOL,        LYE_FORW,       LYE_ABORT,
 /* ^D           ^E              ^F              ^G      */
 
-LYE_DELP,       LYE_ENTER,      LYE_ENTER,      LYE_DELNW, /* LYE_DELEL,*/
+LYE_DELP,       LYE_ENTER,      LYE_ENTER,      LYE_DELEL,
 /* bs           tab             nl              ^K      */
 
 LYE_NOP,        LYE_ENTER,      LYE_FORWW,      LYE_ABORT,
##--eof--##

reply via email to

[Prev in Thread] Current Thread [Next in Thread]