Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2020-12-03 08:01:22 +00:00
7 changed files with 64 additions and 3 deletions

1
tmux.h
View File

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