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

Diff for /src/usr.bin/tmux/server-fn.c between version 1.86 and 1.87

version 1.86, 2015/08/28 12:16:28 version 1.87, 2015/08/28 13:01:03
Line 421 
Line 421 
                         c->session = s_new;                          c->session = s_new;
                         status_timer_start(c);                          status_timer_start(c);
                         notify_attached_session_changed(c);                          notify_attached_session_changed(c);
                         session_update_activity(s_new);                          session_update_activity(s_new, NULL);
                         server_redraw_client(c);                          server_redraw_client(c);
                 }                  }
         }          }

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87