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

Diff for /src/usr.bin/tmux/tty.c between version 1.226 and 1.227

version 1.226, 2017/02/06 13:23:00 version 1.227, 2017/02/06 19:26:49
Line 1057 
Line 1057 
         struct screen           *s = wp->screen;          struct screen           *s = wp->screen;
         u_int                    i, j;          u_int                    i, j;
   
         tty_attributes(tty, &grid_default_cell, wp);          tty_default_attributes(tty, wp, ctx->bg);
   
         tty_region_pane(tty, ctx, 0, screen_size_y(s) - 1);          tty_region_pane(tty, ctx, 0, screen_size_y(s) - 1);
         tty_margin_off(tty);          tty_margin_off(tty);

Legend:
Removed from v.1.226  
changed lines
  Added in v.1.227