diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-11-24 20:01:10 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-11-24 20:01:10 +0000 |
commit | 2864a313116c75eb2deb078c07708e3ef9ff145b (patch) | |
tree | 0e04c1f8a02e7d09aaa765d7fb0d81d75f7cabfe /tmux.h | |
parent | a02d95a313e0a289a46c2b77eb59d6c6d1488012 (diff) | |
parent | 6f8cedb1bc147f2d05d63c2c085b2791fd841c19 (diff) | |
download | rtmux-2864a313116c75eb2deb078c07708e3ef9ff145b.tar.gz rtmux-2864a313116c75eb2deb078c07708e3ef9ff145b.tar.bz2 rtmux-2864a313116c75eb2deb078c07708e3ef9ff145b.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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), |