Add setb -a to append and a copy mode append command, from J Raynor with

minor changes.
This commit is contained in:
nicm
2014-03-31 21:39:31 +00:00
parent b11de5adc7
commit 0e4d1d8493
6 changed files with 104 additions and 28 deletions

View File

@@ -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;