[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.686 and 1.687

version 1.686, 2017/01/09 19:27:00 version 1.687, 2017/01/09 21:03:25
Line 1568 
Line 1568 
 /* format.c */  /* format.c */
 #define FORMAT_STATUS 0x1  #define FORMAT_STATUS 0x1
 #define FORMAT_FORCE 0x2  #define FORMAT_FORCE 0x2
   #define FORMAT_NOJOBS 0x4
 struct format_tree;  struct format_tree;
 struct format_tree *format_create(struct cmdq_item *, int);  struct format_tree *format_create(struct cmdq_item *, int);
 void             format_free(struct format_tree *);  void             format_free(struct format_tree *);

Legend:
Removed from v.1.686  
changed lines
  Added in v.1.687