Add a -w flag to set- and load-buffer to send to clipboard using OSC 52.

GitHub issue 2363.
This commit is contained in:
nicm
2020-09-02 13:46:35 +00:00
parent 60860aced8
commit 37b1600d9c
5 changed files with 57 additions and 15 deletions

1
tmux.h
View File

@ -2126,6 +2126,7 @@ int tty_open(struct tty *, char **);
void tty_close(struct tty *);
void tty_free(struct tty *);
void tty_update_features(struct tty *);
void tty_set_selection(struct tty *, const char *, size_t);
void tty_write(void (*)(struct tty *, const struct tty_ctx *),
struct tty_ctx *);
void tty_cmd_alignmenttest(struct tty *, const struct tty_ctx *);