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

Diff for /src/usr.bin/tmux/cfg.c between version 1.50 and 1.51

version 1.50, 2016/10/16 19:04:05 version 1.51, 2017/01/09 19:27:00
Line 28 
Line 28 
   
 #include "tmux.h"  #include "tmux.h"
   
 char                     *cfg_file;  char             *cfg_file;
 int                       cfg_finished;  int               cfg_finished;
 static char             **cfg_causes;  static char     **cfg_causes;
 static u_int              cfg_ncauses;  static u_int      cfg_ncauses;
 struct client            *cfg_client;  struct client    *cfg_client;
   
 static enum cmd_retval  static enum cmd_retval
 cfg_done(__unused struct cmdq_item *item, __unused void *data)  cfg_done(__unused struct cmdq_item *item, __unused void *data)

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51