[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.42 and 1.43

version 1.42, 2020/05/16 15:01:31 version 1.43, 2020/05/16 15:34:08
Line 562 
Line 562 
         w = mtd->width;          w = mtd->width;
         h = mtd->height;          h = mtd->height;
   
         screen_write_start(&ctx, NULL, s);          screen_write_start(&ctx, s);
         screen_write_clearscreen(&ctx, 8);          screen_write_clearscreen(&ctx, 8);
   
         if (mtd->line_size > 10)          if (mtd->line_size > 10)

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43