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

Diff for /src/usr.bin/tmux/cmd-switch-client.c between version 1.52 and 1.53

version 1.52, 2017/05/04 07:16:43 version 1.53, 2017/08/30 10:33:57
Line 116 
Line 116 
                         if (wp != NULL)                          if (wp != NULL)
                                 window_set_active_pane(wp->window, wp);                                  window_set_active_pane(wp->window, wp);
                         session_set_current(s, wl);                          session_set_current(s, wl);
                         cmd_find_from_session(&item->shared->current, s);                          cmd_find_from_session(&item->shared->current, s, 0);
                 }                  }
         }          }
   

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53