[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.412 and 1.413

version 1.412, 2013/06/23 12:41:55 version 1.413, 2013/06/23 12:51:29
Line 941 
Line 941 
 #define PANE_DROP 0x2  #define PANE_DROP 0x2
 #define PANE_FOCUSED 0x4  #define PANE_FOCUSED 0x4
 #define PANE_RESIZE 0x8  #define PANE_RESIZE 0x8
   #define PANE_FOCUSPUSH 0x10
   
         char            *cmd;          char            *cmd;
         char            *shell;          char            *shell;

Legend:
Removed from v.1.412  
changed lines
  Added in v.1.413