[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.87 and 1.88

version 1.87, 2015/08/28 13:01:03 version 1.88, 2015/09/10 08:58:14
Line 422 
Line 422 
                         status_timer_start(c);                          status_timer_start(c);
                         notify_attached_session_changed(c);                          notify_attached_session_changed(c);
                         session_update_activity(s_new, NULL);                          session_update_activity(s_new, NULL);
                           gettimeofday(&s_new->last_attached_time, NULL);
                         server_redraw_client(c);                          server_redraw_client(c);
                 }                  }
         }          }

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