[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.25 and 1.26

version 1.25, 2015/12/15 00:45:02 version 1.26, 2015/12/15 14:32:55
Line 834 
Line 834 
 {  {
         dst->s = src->s;          dst->s = src->s;
         dst->wl = src->wl;          dst->wl = src->wl;
         dst->idx = dst->wl->idx;          dst->idx = src->idx;
         dst->w = dst->wl->window;          dst->w = src->w;
         dst->wp = src->wp;          dst->wp = src->wp;
 }  }
   

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26