aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-12-03 08:01:22 +0000
committerThomas Adam <thomas@xteddy.org>2020-12-03 08:01:22 +0000
commite288ea153ceffe42d88975fc23196c5dc3aeae5d (patch)
treeed5d52c1ce96d8c2b029dc21708d6bc6935970c0 /tmux.h
parent4724702d4eef9e9d7c1bfa39e85b8aeed37a0d12 (diff)
parentfd451aa7962f399250fd166f207451fcf4b9cb94 (diff)
downloadrtmux-e288ea153ceffe42d88975fc23196c5dc3aeae5d.tar.gz
rtmux-e288ea153ceffe42d88975fc23196c5dc3aeae5d.tar.bz2
rtmux-e288ea153ceffe42d88975fc23196c5dc3aeae5d.zip
Merge branch 'obsd-master' into 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 44ba53f5..5f1d4156 100644
--- a/tmux.h
+++ b/tmux.h
@@ -889,6 +889,7 @@ struct window_mode {
struct cmd_find_state *, struct args *);
void (*free)(struct window_mode_entry *);
void (*resize)(struct window_mode_entry *, u_int, u_int);
+ void (*update)(struct window_mode_entry *);
void (*key)(struct window_mode_entry *, struct client *,
struct session *, struct winlink *, key_code,
struct mouse_event *);