[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.170 and 1.171

version 1.170, 2017/10/20 13:10:54 version 1.171, 2017/11/02 21:29:17
Line 508 
Line 508 
         /* Copy the window list. */          /* Copy the window list. */
         c->wlmouse = -wloffset + wlstart;          c->wlmouse = -wloffset + wlstart;
         screen_write_cursormove(&ctx, wloffset, 0);          screen_write_cursormove(&ctx, wloffset, 0);
         screen_write_copy(&ctx, &window_list, wlstart, 0, wlwidth, 1, NULL,          screen_write_fast_copy(&ctx, &window_list, wlstart, 0, wlwidth, 1);
             NULL);  
         screen_free(&window_list);          screen_free(&window_list);
   
         screen_write_stop(&ctx);          screen_write_stop(&ctx);

Legend:
Removed from v.1.170  
changed lines
  Added in v.1.171