[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.392 and 1.393

version 1.392, 2013/03/22 16:00:26 version 1.393, 2013/03/24 09:18:16
Line 669 
Line 669 
 #define MODE_MOUSE_UTF8 0x100  #define MODE_MOUSE_UTF8 0x100
 #define MODE_MOUSE_SGR 0x200  #define MODE_MOUSE_SGR 0x200
 #define MODE_BRACKETPASTE 0x400  #define MODE_BRACKETPASTE 0x400
   #define MODE_FOCUSON 0x800
   
 #define ALL_MOUSE_MODES (MODE_MOUSE_STANDARD|MODE_MOUSE_BUTTON|MODE_MOUSE_ANY)  #define ALL_MOUSE_MODES (MODE_MOUSE_STANDARD|MODE_MOUSE_BUTTON|MODE_MOUSE_ANY)
   
Line 930 
Line 931 
         int              flags;          int              flags;
 #define PANE_REDRAW 0x1  #define PANE_REDRAW 0x1
 #define PANE_DROP 0x2  #define PANE_DROP 0x2
   #define PANE_FOCUSED 0x4
   
         char            *cmd;          char            *cmd;
         char            *shell;          char            *shell;

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