tty_set_selection
tty_set_selection(&tc->tty, "", copy, bsize);
tty_set_selection(&tc->tty, "", bufdata, bufsize);
tty_set_selection(&ictx->c->tty, clip, out, outlen);
void tty_set_selection(struct tty *, const char *, const char *, size_t);
tty_set_selection(tty, ctx->ptr2, ctx->ptr, ctx->num);