mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-19 09:52:06 +02:00
Add setb -a to append and a copy mode append command, from J Raynor with
minor changes.
This commit is contained in:
2
paste.c
2
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;
|
||||
|
Reference in New Issue
Block a user