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

changes.
This commit is contained in:
Nicholas Marriott
2014-03-06 11:50:07 +00:00
parent b7f6356053
commit 8c0edcbfa3
6 changed files with 97 additions and 28 deletions

View File

@ -171,7 +171,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;