[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.60 and 1.61

version 1.60, 2018/03/17 16:48:17 version 1.61, 2018/04/18 14:35:37
Line 122 
Line 122 
 }  }
   
 /* Find best client for session. */  /* Find best client for session. */
 static struct client *  struct client *
 cmd_find_best_client(struct session *s)  cmd_find_best_client(struct session *s)
 {  {
         struct client   *c_loop, *c;          struct client   *c_loop, *c;

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61