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

Diff for /src/usr.bin/tmux/cmd-attach-session.c between version 1.73 and 1.74

version 1.73, 2017/04/22 10:22:39 version 1.74, 2017/08/30 10:33:57
Line 90 
Line 90 
                         window_set_active_pane(wp->window, wp);                          window_set_active_pane(wp->window, wp);
                 session_set_current(s, wl);                  session_set_current(s, wl);
                 if (wp != NULL)                  if (wp != NULL)
                         cmd_find_from_winlink_pane(current, wl, wp);                          cmd_find_from_winlink_pane(current, wl, wp, 0);
                 else                  else
                         cmd_find_from_winlink(current, wl);                          cmd_find_from_winlink(current, wl, 0);
         }          }
   
         if (cflag != NULL) {          if (cflag != NULL) {

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74