[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.987 and 1.988

version 1.987, 2020/04/13 15:55:51 version 1.988, 2020/04/13 16:19:37
Line 1370 
Line 1370 
 #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  #define CMD_PARSE_VERBOSE 0x8
   #define CMD_PARSE_ONEGROUP 0x10
   
         const char              *file;          const char              *file;
         u_int                    line;          u_int                    line;

Legend:
Removed from v.1.987  
changed lines
  Added in v.1.988