diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-06-09 15:57:13 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-06-09 15:57:13 +0100 |
commit | 411640c0327525f2e5e6d61bd81623ce64d0d811 (patch) | |
tree | 4db1efa532e87664cd9e749c7173ef01fec9033e /input.c | |
parent | eea93638c6885e45c8e103acf882f1c58b550a95 (diff) | |
parent | e640907d2416b3112f428852aeeff9c9648790a9 (diff) | |
download | rtmux-411640c0327525f2e5e6d61bd81623ce64d0d811.tar.gz rtmux-411640c0327525f2e5e6d61bd81623ce64d0d811.tar.bz2 rtmux-411640c0327525f2e5e6d61bd81623ce64d0d811.zip |
Merge branch 'master' of github.com:tmux/tmux
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2174,6 +2174,7 @@ input_osc_52(struct window_pane *wp, const char *p) screen_write_start(&ctx, wp, NULL); screen_write_setselection(&ctx, out, outlen); screen_write_stop(&ctx); + notify_pane("pane-set-clipboard", wp); paste_add(out, outlen); } |