From 0e4d1d8493564ce908b002d8e9dddc105184039e Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 31 Mar 2014 21:39:31 +0000 Subject: Add setb -a to append and a copy mode append command, from J Raynor with minor changes. --- paste.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste.c') diff --git a/paste.c b/paste.c index 946935a3..4ec87f35 100644 --- a/paste.c +++ b/paste.c @@ -172,7 +172,7 @@ paste_print(struct paste_buffer *pb, size_t width) /* Paste into a window pane, filtering '\n' according to separator. */ void -paste_send_pane (struct paste_buffer *pb, struct window_pane *wp, +paste_send_pane(struct paste_buffer *pb, struct window_pane *wp, const char *sep, int bracket) { const char *data = pb->data, *end = data + pb->size, *lf; -- cgit v1.2.3