aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-02-09 02:01:17 +0000
committerThomas Adam <thomas@xteddy.org>2017-02-09 02:01:17 +0000
commit743f772bef538b8974ea0b331104f3ca00c89c70 (patch)
tree03b69bf0496b5e9686b07deee0fdcb71ed817f79 /tmux.h
parentbe033b1ed0568c6e79e6d0079b940e06719dc9b1 (diff)
parent1811dc5271f5c47f71ddf259adf038d271d0c555 (diff)
downloadrtmux-743f772bef538b8974ea0b331104f3ca00c89c70.tar.gz
rtmux-743f772bef538b8974ea0b331104f3ca00c89c70.tar.bz2
rtmux-743f772bef538b8974ea0b331104f3ca00c89c70.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index a7e1fb6a..3b58246b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -485,6 +485,7 @@ struct msg_stderr_data {
#define MODE_FOCUSON 0x800
#define MODE_MOUSE_ALL 0x1000
+#define ALL_MODES 0xffffff
#define ALL_MOUSE_MODES (MODE_MOUSE_STANDARD|MODE_MOUSE_BUTTON|MODE_MOUSE_ALL)
/*
@@ -1087,9 +1088,9 @@ struct tty {
/* TTY command context. */
struct tty_ctx {
- struct window_pane *wp;
+ struct window_pane *wp;
- const struct grid_cell *cell;
+ const struct grid_cell *cell;
u_int num;
void *ptr;