summaryrefslogtreecommitdiffstats
path: root/input.c
diff options
context:
space:
mode:
authornicm <nicm>2019-04-02 09:03:39 +0000
committernicm <nicm>2019-04-02 09:03:39 +0000
commit7bcc0d16f24506bed6568ba36bcd278cfc06d069 (patch)
tree0dcb8ee612b7bb545bc7140b759e172628e9bbe8 /input.c
parentffa4d489676f40582b63c1791d3bf5d3b75d8421 (diff)
Add an argument to copy commands to set the prefix for the buffer name,
allows buffers for different sessions to be named separately.
Diffstat (limited to 'input.c')
-rw-r--r--input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.c b/input.c
index 96793674..07341403 100644
--- a/input.c
+++ b/input.c
@@ -2432,7 +2432,7 @@ input_osc_52(struct input_ctx *ictx, const char *p)
screen_write_stop(&ctx);
notify_pane("pane-set-clipboard", wp);
- paste_add(out, outlen);
+ paste_add(NULL, out, outlen);
}
/* Handle the OSC 104 sequence for unsetting (multiple) palette entries. */