diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2015-08-08 21:41:45 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2015-08-08 21:42:13 +0000 |
commit | 87a0e6b2630554daef2a748f1f9a6735ffdfecd8 (patch) | |
tree | 1a5d9096539078f5d6458cf05c0133a682c08314 | |
parent | Support SGR style mouse handler for menu (diff) | |
download | w3m-87a0e6b2630554daef2a748f1f9a6735ffdfecd8.tar.gz w3m-87a0e6b2630554daef2a748f1f9a6735ffdfecd8.zip |
Support sgrmouse for Lynx-like key binding
cf. https://sourceforge.net/p/w3m/patches/65/
-rw-r--r-- | keybind_lynx.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |