[BACK]Return to screen.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/screen.c between version 1.31 and 1.32

version 1.31, 2014/10/20 23:27:14 version 1.32, 2014/11/06 09:17:25
Line 269 
Line 269 
         struct screen_sel       *sel = &s->sel;          struct screen_sel       *sel = &s->sel;
   
         sel->flag = 0;          sel->flag = 0;
           sel->lineflag = LINE_SEL_NONE;
 }  }
   
 /* Check if cell in selection. */  /* Check if cell in selection. */

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32