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

Diff for /src/usr.bin/tmux/window-copy.c between version 1.226 and 1.227

version 1.226, 2019/06/13 20:38:05 version 1.227, 2019/07/05 07:52:27
Line 2700 
Line 2700 
         struct window_pane              *wp = wme->wp;          struct window_pane              *wp = wme->wp;
         char                            *buf;          char                            *buf;
         struct paste_buffer             *pb;          struct paste_buffer             *pb;
         const char                      *bufdata, *bufname;          const char                      *bufdata, *bufname = NULL;
         size_t                           len, bufsize;          size_t                           len, bufsize;
         struct screen_write_ctx          ctx;          struct screen_write_ctx          ctx;
   

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