diff options
author | nicm <nicm> | 2020-09-02 13:46:35 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-09-02 13:46:35 +0000 |
commit | 37b1600d9cf7076498760372dcc20f021e4c181a (patch) | |
tree | 32aac8e0a121c649164f61127cb014703cd6c1e8 /tmux.h | |
parent | 60860aced8d424ef6c1d527b63842a0ea0f452ad (diff) | |
download | rtmux-37b1600d9cf7076498760372dcc20f021e4c181a.tar.gz rtmux-37b1600d9cf7076498760372dcc20f021e4c181a.tar.bz2 rtmux-37b1600d9cf7076498760372dcc20f021e4c181a.zip |
Add a -w flag to set- and load-buffer to send to clipboard using OSC 52.
GitHub issue 2363.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |