diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-10-03 17:02:38 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-10-03 17:02:38 +0100 |
commit | c44bb2df1769bf0cd334ef117a86db6e3748a33e (patch) | |
tree | 2a809dc1a8a60485f08d2ac96f9ddc21cbfa1f21 /tmux.h | |
parent | 5a7cf897f266345635c6adeca20c9bb90dbe1e2f (diff) | |
parent | f7c85f3ed8f151501fb72a1c18a48d126d89c83c (diff) | |
download | rtmux-c44bb2df1769bf0cd334ef117a86db6e3748a33e.tar.gz rtmux-c44bb2df1769bf0cd334ef117a86db6e3748a33e.tar.bz2 rtmux-c44bb2df1769bf0cd334ef117a86db6e3748a33e.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -945,7 +945,7 @@ RB_HEAD(sessions, session); /* Mouse wheel states. */ #define MOUSE_WHEEL_UP 0 -#define MOUSE_WHEEL_DOWN 64 +#define MOUSE_WHEEL_DOWN 1 /* Mouse helpers. */ #define MOUSE_BUTTONS(b) ((b) & MOUSE_MASK_BUTTONS) |