mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Use the notify name string instead of going via an enum and change
existing hooks to use notifys instead.
This commit is contained in:
@ -158,7 +158,7 @@ control_notify_window_renamed(struct window *w)
|
||||
}
|
||||
|
||||
void
|
||||
control_notify_attached_session_changed(struct client *c)
|
||||
control_notify_client_session_changed(struct client *c)
|
||||
{
|
||||
struct session *s;
|
||||
|
||||
|
Reference in New Issue
Block a user