summaryrefslogtreecommitdiff
path: root/src/keymap.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-01-20 17:15:51 +0100
committerBram Moolenaar <Bram@vim.org>2012-01-20 17:15:51 +0100
commit5af7d712763904e2018efb0485c520cd12935d54 (patch)
tree0d6332c7655d411585793a8d552bea25fe79f4df /src/keymap.h
parent6d6cec83750a4158044a25696e8ae69eda1c3798 (diff)
downloadvim-git-5af7d712763904e2018efb0485c520cd12935d54.tar.gz
updated for version 7.3.405v7.3.405
Problem: When xterm gets back the function keys it may delete the urxvt mouse termcap code. Solution: Check for the whole code, not just the start. (Egmont Koblinger)
Diffstat (limited to 'src/keymap.h')
-rw-r--r--src/keymap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keymap.h b/src/keymap.h
index 8ec009387..4706dfe04 100644
--- a/src/keymap.h
+++ b/src/keymap.h
@@ -411,6 +411,7 @@ enum key_extra
#define K_DEC_MOUSE TERMCAP2KEY(KS_DEC_MOUSE, KE_FILLER)
#define K_JSBTERM_MOUSE TERMCAP2KEY(KS_JSBTERM_MOUSE, KE_FILLER)
#define K_PTERM_MOUSE TERMCAP2KEY(KS_PTERM_MOUSE, KE_FILLER)
+#define K_URXVT_MOUSE TERMCAP2KEY(KS_URXVT_MOUSE, KE_FILLER)
#define K_SELECT TERMCAP2KEY(KS_SELECT, KE_FILLER)
#define K_TEAROFF TERMCAP2KEY(KS_TEAROFF, KE_FILLER)