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

Diff for /src/usr.bin/tmux/cmd-new-session.c between version 1.70 and 1.71

version 1.70, 2015/08/28 13:01:03 version 1.71, 2015/09/10 08:58:14
Line 278 
Line 278 
                 status_timer_start(c);                  status_timer_start(c);
                 notify_attached_session_changed(c);                  notify_attached_session_changed(c);
                 session_update_activity(s, NULL);                  session_update_activity(s, NULL);
                   gettimeofday(&s->last_attached_time, NULL);
                 server_redraw_client(c);                  server_redraw_client(c);
         }          }
         recalculate_sizes();          recalculate_sizes();

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71