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

Diff for /src/usr.bin/tmux/mode-tree.c between version 1.15 and 1.16

version 1.15, 2017/10/25 12:13:20 version 1.16, 2017/11/02 21:29:17
Line 595 
Line 595 
                 box = mtd->drawcb(mtd->modedata, mti->itemdata, box_x, box_y);                  box = mtd->drawcb(mtd->modedata, mti->itemdata, box_x, box_y);
         if (box != NULL) {          if (box != NULL) {
                 screen_write_cursormove(&ctx, 2, h + 1);                  screen_write_cursormove(&ctx, 2, h + 1);
                 screen_write_copy(&ctx, box, 0, 0, box_x, box_y, NULL, NULL);                  screen_write_fast_copy(&ctx, box, 0, 0, box_x, box_y);
   
                 screen_free(box);                  screen_free(box);
         }          }

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16