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

Diff for /src/usr.bin/tmux/format-draw.c between version 1.11 and 1.12

version 1.11, 2019/07/01 06:56:00 version 1.12, 2019/07/06 20:37:29
Line 565 
Line 565 
                                 cp++;                                  cp++;
                         }                          }
   
                         /* Draw the cell to th current screen. */                          /* Draw the cell to the current screen. */
                         screen_write_cell(&ctx[current], &sy.gc);                          screen_write_cell(&ctx[current], &sy.gc);
                         width[current] += ud->width;                          width[current] += ud->width;
                         continue;                          continue;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12