Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-02-20 16:01:14 +00:00
5 changed files with 43 additions and 13 deletions

1
tmux.h
View File

@ -1090,6 +1090,7 @@ struct window_mode {
struct mouse_event *);
void (*formats)(struct window_mode_entry *,
struct format_tree *);
struct screen *(*get_screen)(struct window_mode_entry *);
};
/* Active window mode. */