[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.790 and 1.791

version 1.790, 2017/07/03 08:16:03 version 1.791, 2017/07/03 12:38:50
Line 768 
Line 768 
 #define PANE_FOCUSPUSH 0x20  #define PANE_FOCUSPUSH 0x20
 #define PANE_INPUTOFF 0x40  #define PANE_INPUTOFF 0x40
 #define PANE_CHANGED 0x80  #define PANE_CHANGED 0x80
 #define PANE_ERROR 0x100  #define PANE_EXITED 0x100
 #define PANE_EXITED 0x200  
   
         int              argc;          int              argc;
         char           **argv;          char           **argv;

Legend:
Removed from v.1.790  
changed lines
  Added in v.1.791