Refresh copy mode when style changes, from Josh Cooper in GitHub issue 4830.

This commit is contained in:
nicm
2026-02-03 08:53:58 +00:00
parent 3c3d9ce3a9
commit 588013bb44
3 changed files with 29 additions and 3 deletions

1
tmux.h
View File

@@ -1069,6 +1069,7 @@ struct window_mode {
void (*free)(struct window_mode_entry *);
void (*resize)(struct window_mode_entry *, u_int, u_int);
void (*update)(struct window_mode_entry *);
void (*style_changed)(struct window_mode_entry *);
void (*key)(struct window_mode_entry *, struct client *,
struct session *, struct winlink *, key_code,
struct mouse_event *);