[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.1194 and 1.1195

version 1.1194, 2023/02/05 21:15:33 version 1.1195, 2023/03/27 08:47:57
Line 1045 
Line 1045 
 #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_UNSEENCHANGES 0x2000
   
         int              argc;          int              argc;
         char           **argv;          char           **argv;

Legend:
Removed from v.1.1194  
changed lines
  Added in v.1.1195