mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 23:56:58 +00:00
Fire hooks on the simple notifys (window-renamed and session-renamed),
the complicated ones get no hooks for now (more to come).
This commit is contained in:
2
tmux.h
2
tmux.h
@ -1742,6 +1742,8 @@ int cmd_find_from_session(struct cmd_find_state *,
|
||||
struct session *);
|
||||
int cmd_find_from_winlink(struct cmd_find_state *,
|
||||
struct session *, struct winlink *);
|
||||
int cmd_find_from_session_window(struct cmd_find_state *,
|
||||
struct session *, struct window *);
|
||||
int cmd_find_from_window(struct cmd_find_state *, struct window *);
|
||||
int cmd_find_from_pane(struct cmd_find_state *,
|
||||
struct window_pane *);
|
||||
|
Reference in New Issue
Block a user