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

Diff for /src/usr.bin/tmux/server-fn.c between version 1.75 and 1.76

version 1.75, 2014/02/14 13:59:01 version 1.76, 2014/04/17 14:45:49
Line 291 
Line 291 
   
 int  int
 server_link_window(struct session *src, struct winlink *srcwl,  server_link_window(struct session *src, struct winlink *srcwl,
     struct session *dst, int dstidx, int killflag, int selectflag, char **cause)      struct session *dst, int dstidx, int killflag, int selectflag,
       char **cause)
 {  {
         struct winlink          *dstwl;          struct winlink          *dstwl;
         struct session_group    *srcsg, *dstsg;          struct session_group    *srcsg, *dstsg;

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76