[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.468 and 1.469

version 1.468, 2014/08/11 22:14:30 version 1.469, 2014/08/11 22:18:16
Line 794 
Line 794 
 struct screen_sel {  struct screen_sel {
         int              flag;          int              flag;
         int              rectflag;          int              rectflag;
           int              modekeys;
   
         u_int            sx;          u_int            sx;
         u_int            sy;          u_int            sy;

Legend:
Removed from v.1.468  
changed lines
  Added in v.1.469