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

Diff for /src/usr.bin/tmux/cmd-find.c between version 1.63 and 1.64

version 1.63, 2018/05/04 08:21:42 version 1.64, 2018/05/09 07:50:03
Line 1159 
Line 1159 
                         /* This will fill in winlink and window. */                          /* This will fill in winlink and window. */
                         if (cmd_find_get_window_with_session(fs, window) != 0)                          if (cmd_find_get_window_with_session(fs, window) != 0)
                                 goto no_window;                                  goto no_window;
                         fs->wp = fs->wl->window->active;                          if (fs->wl != NULL) /* can be NULL if index only */
                                   fs->wp = fs->wl->window->active;
                         goto found;                          goto found;
                 }                  }
   

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64