From 87a0e6b2630554daef2a748f1f9a6735ffdfecd8 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sun, 9 Aug 2015 06:41:45 +0900 Subject: Support sgrmouse for Lynx-like key binding cf. https://sourceforge.net/p/w3m/patches/65/ --- keybind_lynx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keybind_lynx.c b/keybind_lynx.c index 163f6b2..42267ec 100644 --- a/keybind_lynx.c +++ b/keybind_lynx.c @@ -99,7 +99,7 @@ unsigned char EscBKeymap[128] = { /* 0 1 2 3 4 5 6 7 */ nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, /* 8 9 : ; < = > ? */ - nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, + nulcmd, nulcmd, nulcmd, nulcmd, sgrmouse, nulcmd, nulcmd, nulcmd, /* @ A B C D E F G */ nulcmd, prevA, nextA, followA, backBf, nulcmd, goLineL, pgFore, /* H I J K L M N O */ -- cgit v1.2.3