[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.156 and 1.157

version 1.156, 2016/12/07 23:03:04 version 1.157, 2017/01/05 09:07:16
Line 475 
Line 475 
         /* 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);          screen_write_copy(&ctx, &window_list, wlstart, 0, wlwidth, 1, NULL,
               NULL);
         screen_free(&window_list);          screen_free(&window_list);
   
         screen_write_stop(&ctx);          screen_write_stop(&ctx);

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157