mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
paste_send_pane can be merged into cmd-paste-buffer.c now.
This commit is contained in:
@ -57,8 +57,8 @@ cmd_save_buffer_exec(struct cmd *self, struct cmd_q *cmdq)
|
||||
struct client *c = cmdq->client;
|
||||
struct session *s;
|
||||
struct paste_buffer *pb;
|
||||
const char *path, *bufname, *bufdata;
|
||||
char *start, *end, *msg;
|
||||
const char *path, *bufname, *bufdata, *start, *end;
|
||||
char *msg;
|
||||
size_t size, used, msglen, bufsize;
|
||||
int cwd, fd;
|
||||
FILE *f;
|
||||
|
Reference in New Issue
Block a user