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

Diff for /src/usr.bin/tmux/menu.c between version 1.24 and 1.25

version 1.24, 2020/05/16 14:53:23 version 1.25, 2020/05/16 15:01:31
Line 151 
Line 151 
         u_int                    i, px = md->px, py = md->py;          u_int                    i, px = md->px, py = md->py;
         struct grid_cell         gc;          struct grid_cell         gc;
   
         memcpy(&gc, &grid_default_cell, sizeof gc);          style_apply(&gc, c->session->curw->window->options, "mode-style", NULL);
         style_apply(&gc, c->session->curw->window->options, "mode-style");  
   
         screen_write_start(&ctx, NULL, s);          screen_write_start(&ctx, NULL, s);
         screen_write_clearscreen(&ctx, 8);          screen_write_clearscreen(&ctx, 8);

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25