Home
last modified time | relevance | path

Searched refs:notify_session_window (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dsession.c225 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 Dspawn.c138 notify_session_window("window-unlinked", s, wl->window); in spawn_window()
198 notify_session_window("window-linked", s, w); in spawn_window()
H A Dnotify.c285 notify_session_window(const char *name, struct session *s, struct window *w) in notify_session_window() function
H A Dserver-fn.c272 notify_session_window("window-unlinked", dst, in server_link_window()
H A Dtmux.h2300 void notify_session_window(const char *, struct session *, struct window *);