mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 10:26:04 +00:00
Merge branch 'obsd-master' into master
This commit is contained in:
1
tmux.h
1
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 *);
|
||||
|
||||
Reference in New Issue
Block a user