[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.46 and 1.47

version 1.46, 2016/10/10 21:29:23 version 1.47, 2016/10/11 13:45:47
Line 28 
Line 28 
   
 #include "tmux.h"  #include "tmux.h"
   
 char             *cfg_file;  char                     *cfg_file;
 struct cmd_q     *cfg_cmd_q;  static struct cmd_q      *cfg_cmd_q;
 int               cfg_finished;  int                       cfg_finished;
 int               cfg_references;  int                       cfg_references;
 char            **cfg_causes;  static char             **cfg_causes;
 u_int             cfg_ncauses;  static u_int              cfg_ncauses;
 struct client    *cfg_client;  struct client            *cfg_client;
   
 static void       cfg_default_done(struct cmd_q *);  static void       cfg_default_done(struct cmd_q *);
   

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47