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

Diff for /src/usr.bin/tmux/status.c between version 1.178 and 1.179

version 1.178, 2018/08/20 20:41:58 version 1.179, 2018/08/22 20:06:14
Line 511 
Line 511 
         screen_write_fast_copy(&ctx, &window_list, wlstart, 0, wlwidth, 1);          screen_write_fast_copy(&ctx, &window_list, wlstart, 0, wlwidth, 1);
         screen_free(&window_list);          screen_free(&window_list);
   
           /* Save left and right size. */
           c->status.left_size = llen;
           c->status.right_size = rlen;
   
         screen_write_stop(&ctx);          screen_write_stop(&ctx);
   
 out:  out:

Legend:
Removed from v.1.178  
changed lines
  Added in v.1.179