[BACK]Return to notify.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/notify.c between version 1.36 and 1.37

version 1.36, 2020/05/21 07:24:13 version 1.37, 2021/03/16 09:14:58
Line 126 
Line 126 
                 control_notify_window_renamed(ne->window);                  control_notify_window_renamed(ne->window);
         if (strcmp(ne->name, "client-session-changed") == 0)          if (strcmp(ne->name, "client-session-changed") == 0)
                 control_notify_client_session_changed(ne->client);                  control_notify_client_session_changed(ne->client);
           if (strcmp(ne->name, "client-detached") == 0)
                   control_notify_client_detached(ne->client);
         if (strcmp(ne->name, "session-renamed") == 0)          if (strcmp(ne->name, "session-renamed") == 0)
                 control_notify_session_renamed(ne->session);                  control_notify_session_renamed(ne->session);
         if (strcmp(ne->name, "session-created") == 0)          if (strcmp(ne->name, "session-created") == 0)

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37