[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.224 and 1.225

version 1.224, 2023/10/30 16:05:30 version 1.225, 2024/03/21 12:10:57
Line 2051 
Line 2051 
         /* Set the new cell. */          /* Set the new cell. */
         grid_view_set_cell(gd, cx - n, cy, &last);          grid_view_set_cell(gd, cx - n, cy, &last);
         if (force_wide)          if (force_wide)
                 grid_view_set_padding(gd, cx, cy);                  grid_view_set_padding(gd, cx - 1, cy);
   
         /*          /*
          * Redraw the combined cell. If forcing the cell to width 2, reset the           * Redraw the combined cell. If forcing the cell to width 2, reset the

Legend:
Removed from v.1.224  
changed lines
  Added in v.1.225