[BACK]Return to cmd-rename-session.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-rename-session.c between version 1.10 and 1.11

version 1.10, 2011/04/06 21:51:31 version 1.11, 2012/03/17 22:35:09
Line 64 
Line 64 
         RB_INSERT(sessions, &sessions, s);          RB_INSERT(sessions, &sessions, s);
   
         server_status_session(s);          server_status_session(s);
           notify_session_renamed(s);
   
         return (0);          return (0);
 }  }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11