lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev [PATCH 2.8.4dev.16] C-w in forms


From: Ilya Zakharevich
Subject: lynx-dev [PATCH 2.8.4dev.16] C-w in forms
Date: Sat, 3 Feb 2001 17:23:26 -0500
User-agent: Mutt/1.2.5i

Currently the bindings for C-w and C-x C-w do not work for form input
fields.

Enjoy,
Ilya

--- ./src/LYForms.c-prenop      Sat Feb  3 05:02:04 2001
+++ ./src/LYForms.c     Sat Feb  3 17:16:44 2001
@@ -672,7 +672,7 @@ again:
 #endif
 #endif
        }
-       if (LKC_TO_LAC(keymap,ch) == LYK_REFRESH)
+       if (action == LYE_NOP && LKC_TO_LAC(keymap,ch) == LYK_REFRESH)
            break;
 #ifdef SH_EX
 /* ASATAKU emacskey hack 1997/08/26 (Tue) 09:19:23 */

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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