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

Diff for /src/usr.bin/tmux/input.c between version 1.125 and 1.126

version 1.125, 2017/06/04 09:22:34 version 1.126, 2017/06/09 09:21:24
Line 2174 
Line 2174 
         screen_write_start(&ctx, wp, NULL);          screen_write_start(&ctx, wp, NULL);
         screen_write_setselection(&ctx, out, outlen);          screen_write_setselection(&ctx, out, outlen);
         screen_write_stop(&ctx);          screen_write_stop(&ctx);
           notify_pane("pane-set-clipboard", wp);
   
         paste_add(out, outlen);          paste_add(out, outlen);
 }  }

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.126