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.
This commit is contained in:
nicm
2020-12-03 07:12:11 +00:00
parent f0c1233d4f
commit fd451aa796
7 changed files with 64 additions and 3 deletions

1
tmux.h
View File

@@ -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 *);