[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.908 and 1.909

version 1.908, 2019/06/03 18:28:37 version 1.909, 2019/06/05 20:00:53
Line 1324 
Line 1324 
 #define CMD_PARSE_QUIET 0x1  #define CMD_PARSE_QUIET 0x1
 #define CMD_PARSE_PARSEONLY 0x2  #define CMD_PARSE_PARSEONLY 0x2
 #define CMD_PARSE_NOALIAS 0x4  #define CMD_PARSE_NOALIAS 0x4
   #define CMD_PARSE_VERBOSE 0x8
   
         const char              *file;          const char              *file;
         u_int                    line;          u_int                    line;

Legend:
Removed from v.1.908  
changed lines
  Added in v.1.909