[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.479 and 1.480

version 1.479, 2014/10/27 22:23:47 version 1.480, 2014/11/06 09:17:26
Line 712 
Line 712 
 struct screen_sel {  struct screen_sel {
         int              flag;          int              flag;
         int              rectflag;          int              rectflag;
           enum {
                   LINE_SEL_NONE,
                   LINE_SEL_LEFT_RIGHT,
                   LINE_SEL_RIGHT_LEFT,
           } lineflag;
   
         int              modekeys;          int              modekeys;
   
         u_int            sx;          u_int            sx;

Legend:
Removed from v.1.479  
changed lines
  Added in v.1.480