aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-12-03 07:12:11 +0000
committernicm <nicm>2020-12-03 07:12:11 +0000
commitfd451aa7962f399250fd166f207451fcf4b9cb94 (patch)
treeb53be085bcb45f9a88b478fe00c6449f98c1a0c5 /tmux.h
parentf0c1233d4f97b499dd51688b089ad7c485c14b2a (diff)
downloadrtmux-fd451aa7962f399250fd166f207451fcf4b9cb94.tar.gz
rtmux-fd451aa7962f399250fd166f207451fcf4b9cb94.tar.bz2
rtmux-fd451aa7962f399250fd166f207451fcf4b9cb94.zip
Redraw any visible modes when status line changes so that formats like
the pane title are updated. GitHub issue 2487. Also a man page fix from jmc.
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 1845775d..986eed00 100644
--- a/tmux.h
+++ b/tmux.h
@@ -887,6 +887,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 *);