Add a -x flag to copy-selection, append-selection and start-named-buffer
authornicm <nicm@openbsd.org>
Fri, 10 Apr 2015 16:00:08 +0000 (16:00 +0000)
committernicm <nicm@openbsd.org>
Fri, 10 Apr 2015 16:00:08 +0000 (16:00 +0000)
commitf27c0343fcb44e6c4449f1410c781ac0a416a3e1
treee743e3ad077859f347cb9eb7ec372553d0d6b639
parent26fe9faf4167df65b64bd99483880eb011ffb8d6
Add a -x flag to copy-selection, append-selection and start-named-buffer
to prevent it exiting copy mode after copying. From J Raynor with a few
tweaks by me.
usr.bin/tmux/cmd-bind-key.c
usr.bin/tmux/tmux.1
usr.bin/tmux/window-copy.c