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

Diff for /src/usr.bin/tmux/tmux.h between version 1.900 and 1.901

version 1.900, 2019/05/20 11:46:06 version 1.901, 2019/05/20 13:23:32
Line 1671 
Line 1671 
 /* cfg.c */  /* cfg.c */
 extern int cfg_finished;  extern int cfg_finished;
 extern struct client *cfg_client;  extern struct client *cfg_client;
   #define CFG_QUIET 0x1
 void    start_cfg(void);  void    start_cfg(void);
 int     load_cfg(const char *, struct client *, struct cmdq_item *, int);  int     load_cfg(const char *, struct client *, struct cmdq_item *, int,
               struct cmdq_item **);
 void    set_cfg_file(const char *);  void    set_cfg_file(const char *);
 void printflike(1, 2) cfg_add_cause(const char *, ...);  void printflike(1, 2) cfg_add_cause(const char *, ...);
 void    cfg_print_causes(struct cmdq_item *);  void    cfg_print_causes(struct cmdq_item *);

Legend:
Removed from v.1.900  
changed lines
  Added in v.1.901