[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.393 and 1.394

version 1.393, 2013/03/24 09:18:16 version 1.394, 2013/03/24 09:25:04
Line 932 
Line 932 
 #define PANE_REDRAW 0x1  #define PANE_REDRAW 0x1
 #define PANE_DROP 0x2  #define PANE_DROP 0x2
 #define PANE_FOCUSED 0x4  #define PANE_FOCUSED 0x4
   #define PANE_RESIZE 0x8
   
         char            *cmd;          char            *cmd;
         char            *shell;          char            *shell;

Legend:
Removed from v.1.393  
changed lines
  Added in v.1.394