aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-11-24 20:01:10 +0000
committerThomas Adam <thomas@xteddy.org>2016-11-24 20:01:10 +0000
commit2864a313116c75eb2deb078c07708e3ef9ff145b (patch)
tree0e04c1f8a02e7d09aaa765d7fb0d81d75f7cabfe /tmux.h
parenta02d95a313e0a289a46c2b77eb59d6c6d1488012 (diff)
parent6f8cedb1bc147f2d05d63c2c085b2791fd841c19 (diff)
downloadrtmux-2864a313116c75eb2deb078c07708e3ef9ff145b.tar.gz
rtmux-2864a313116c75eb2deb078c07708e3ef9ff145b.tar.bz2
rtmux-2864a313116c75eb2deb078c07708e3ef9ff145b.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 42cac02f..fc04bfe9 100644
--- a/tmux.h
+++ b/tmux.h
@@ -137,6 +137,7 @@ enum {
/* Mouse keys. */
KEYC_MOUSE, /* unclassified mouse event */
+ KEYC_DRAGGING, /* dragging in progress */
KEYC_MOUSE_KEY(MOUSEDOWN1),
KEYC_MOUSE_KEY(MOUSEDOWN2),
KEYC_MOUSE_KEY(MOUSEDOWN3),