Support setting the xterm clipboard when copying from copy mode using
commit96e7f33da3078facc504c6c66d42956bc44b2e54
authorNicholas Marriott <nicm@openbsd.org>
Wed, 18 May 2011 20:24:29 +0000 (18 20:24 +0000)
committerNicholas Marriott <nicm@openbsd.org>
Wed, 18 May 2011 20:24:29 +0000 (18 20:24 +0000)
treeca4c6e2cabdc24c01120f551081399abfc92baf7
parent58908fd8c54a3c8d2878a7c6f9ca566093302f92
Support setting the xterm clipboard when copying from copy mode using
the xterm escape sequence for the purpose (if xterm is configured to
allow it).

Written by and much discussed Ailin Nemui, guidance on
xterm/termcap/terminfo from Thomas Dickey.
options-table.c
screen-write.c
tmux.1
tmux.h
tty-term.c
tty.c
window-copy.c