[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.805 and 1.806

version 1.805, 2017/10/05 13:29:18 version 1.806, 2017/10/12 11:32:27
Line 778 
Line 778 
 #define PANE_INPUTOFF 0x40  #define PANE_INPUTOFF 0x40
 #define PANE_CHANGED 0x80  #define PANE_CHANGED 0x80
 #define PANE_EXITED 0x100  #define PANE_EXITED 0x100
   #define PANE_STATUSREADY 0x200
   #define PANE_STATUSDRAWN 0x400
   
         int              argc;          int              argc;
         char           **argv;          char           **argv;

Legend:
Removed from v.1.805  
changed lines
  Added in v.1.806