mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Add an argument to copy commands to set the prefix for the buffer name,
allows buffers for different sessions to be named separately.
This commit is contained in:
@ -976,7 +976,7 @@ tty_keys_clipboard(__unused struct tty *tty, const char *buf, size_t len,
|
||||
|
||||
/* Create a new paste buffer. */
|
||||
log_debug("%s: %.*s", __func__, outlen, out);
|
||||
paste_add(out, outlen);
|
||||
paste_add(NULL, out, outlen);
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user