Searched refs:notify_session_window (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | session.c | 225 notify_session_window("window-unlinked", s, wl->window); in session_destroy() 342 notify_session_window("window-linked", s, w); in session_attach() 358 notify_session_window("window-unlinked", s, wl->window); in session_detach() 669 notify_session_window("window-linked", s, wl2->window); in session_group_synchronize1() 695 notify_session_window("window-unlinked", s, wl->window); in session_group_synchronize1()
|
H A D | spawn.c | 138 notify_session_window("window-unlinked", s, wl->window); in spawn_window() 198 notify_session_window("window-linked", s, w); in spawn_window()
|
H A D | notify.c | 285 notify_session_window(const char *name, struct session *s, struct window *w) in notify_session_window() function
|
H A D | server-fn.c | 272 notify_session_window("window-unlinked", dst, in server_link_window()
|
H A D | tmux.h | 2300 void notify_session_window(const char *, struct session *, struct window *);
|