[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.925 and 1.926

version 1.925, 2019/08/16 11:49:12 version 1.926, 2019/08/28 07:34:32
Line 843 
Line 843 
 #define PANE_STATUSDRAWN 0x400  #define PANE_STATUSDRAWN 0x400
 #define PANE_EMPTY 0x800  #define PANE_EMPTY 0x800
 #define PANE_STYLECHANGED 0x1000  #define PANE_STYLECHANGED 0x1000
   #define PANE_RESIZED 0x2000
   
         int              argc;          int              argc;
         char           **argv;          char           **argv;

Legend:
Removed from v.1.925  
changed lines
  Added in v.1.926