diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2013-04-08 12:56:49 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2013-04-08 12:56:49 +0000 |
commit | f1d51e933e2a3b4dfb65d329d15bf782bd8f86bd (patch) | |
tree | 40091a2df83aa6b205265fd43cb5bb18b0cb6971 /keybind.c | |
parent | Merge from upstream on 2012-05-22 (diff) | |
parent | Support SGR 1006 mouse reporting (diff) | |
download | w3m-f1d51e933e2a3b4dfb65d329d15bf782bd8f86bd.tar.gz w3m-f1d51e933e2a3b4dfb65d329d15bf782bd8f86bd.zip |
Merge branch 'feature/sgrmouse'
Diffstat (limited to 'keybind.c')
-rw-r--r-- | keybind.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,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, movU, movD, movR, movL, nulcmd, goLineL, pgFore, /* H I J K L M N O */ |