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

Diff for /src/usr.bin/tmux/screen-write.c between version 1.126 and 1.127

version 1.126, 2017/05/31 17:56:48 version 1.127, 2017/06/04 08:02:20
Line 1390 
Line 1390 
                 }                  }
         }          }
   
         /* Update the selection the flag and set the cell. */          /* Update the selected flag and set the cell. */
         selected = screen_check_selection(s, s->cx, s->cy);          selected = screen_check_selection(s, s->cx, s->cy);
         if (selected && (~gc->flags & GRID_FLAG_SELECTED)) {          if (selected && (~gc->flags & GRID_FLAG_SELECTED)) {
                 memcpy(&tmp_gc, gc, sizeof tmp_gc);                  memcpy(&tmp_gc, gc, sizeof tmp_gc);

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.127