[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.178 and 1.179

version 1.178, 2017/06/03 17:43:01 version 1.179, 2017/06/09 09:21:24
Line 1633 
Line 1633 
                 screen_write_start(&ctx, wp, NULL);                  screen_write_start(&ctx, wp, NULL);
                 screen_write_setselection(&ctx, buf, len);                  screen_write_setselection(&ctx, buf, len);
                 screen_write_stop(&ctx);                  screen_write_stop(&ctx);
                   notify_pane("pane-set-clipboard", wp);
         }          }
   
         if (paste_set(buf, len, bufname, NULL) != 0)          if (paste_set(buf, len, bufname, NULL) != 0)
Line 1690 
Line 1691 
                 screen_write_start(&ctx, wp, NULL);                  screen_write_start(&ctx, wp, NULL);
                 screen_write_setselection(&ctx, buf, len);                  screen_write_setselection(&ctx, buf, len);
                 screen_write_stop(&ctx);                  screen_write_stop(&ctx);
                   notify_pane("pane-set-clipboard", wp);
         }          }
   
         if (bufname == NULL || *bufname == '\0')          if (bufname == NULL || *bufname == '\0')

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