[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.318 and 1.319

version 1.318, 2019/03/14 09:53:52 version 1.319, 2019/03/14 17:58:52
Line 1672 
Line 1672 
         px = 0;          px = 0;
         nx = screen_size_x(wp->screen);          nx = screen_size_x(wp->screen);
         py = 0;          py = 0;
         ny = ctx->ocy - 1;          ny = ctx->ocy;
   
         tty_clear_pane_area(tty, ctx, py, ny, px, nx, ctx->bg);          tty_clear_pane_area(tty, ctx, py, ny, px, nx, ctx->bg);
   

Legend:
Removed from v.1.318  
changed lines
  Added in v.1.319