mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 06:56:58 +00:00
Add argument to refresh-client -l to forward clipboard to a pane. GitHub
issue 3068.
This commit is contained in:
@ -425,6 +425,7 @@ server_client_lost(struct client *c)
|
||||
if (c->flags & CLIENT_TERMINAL)
|
||||
tty_free(&c->tty);
|
||||
free(c->ttyname);
|
||||
free(c->clipboard_panes);
|
||||
|
||||
free(c->term_name);
|
||||
free(c->term_type);
|
||||
|
Reference in New Issue
Block a user