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

Diff for /src/usr.bin/tmux/window-copy.c between version 1.280 and 1.281

version 1.280, 2020/05/16 14:22:51 version 1.281, 2020/05/16 15:01:31
Line 3004 
Line 3004 
         size_t                           size = 0;          size_t                           size = 0;
         u_int                            hsize = screen_hsize(data->backing);          u_int                            hsize = screen_hsize(data->backing);
   
         style_apply(&gc, oo, "mode-style");          style_apply(&gc, oo, "mode-style", NULL);
         gc.flags |= GRID_FLAG_NOPALETTE;          gc.flags |= GRID_FLAG_NOPALETTE;
   
         if (py == 0 && s->rupper < s->rlower && !data->hide_position) {          if (py == 0 && s->rupper < s->rlower && !data->hide_position) {
Line 3311 
Line 3311 
         }          }
   
         /* Set colours and selection. */          /* Set colours and selection. */
         style_apply(&gc, oo, "mode-style");          style_apply(&gc, oo, "mode-style", NULL);
         gc.flags |= GRID_FLAG_NOPALETTE;          gc.flags |= GRID_FLAG_NOPALETTE;
         screen_set_selection(s, sx, sy, endsx, endsy, data->rectflag,          screen_set_selection(s, sx, sy, endsx, endsy, data->rectflag,
             data->modekeys, &gc);              data->modekeys, &gc);

Legend:
Removed from v.1.280  
changed lines
  Added in v.1.281