aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-01-21 19:31:59 +0000
committerTiago Cunha <tcunha@gmx.com>2012-01-21 19:31:59 +0000
commit4bea5590372e69ac90330281c471cf99e3a8653a (patch)
treeec52deca56c473534f80011ddc6a48da7a1a3e67 /tmux.1
parent674de910ca4c8651d6c9749775e960cb224332f9 (diff)
downloadrtmux-4bea5590372e69ac90330281c471cf99e3a8653a.tar.gz
rtmux-4bea5590372e69ac90330281c471cf99e3a8653a.tar.bz2
rtmux-4bea5590372e69ac90330281c471cf99e3a8653a.zip
Sync OpenBSD patchset 1004:
Add a -R flag to send-keys to reset the terminal. Written ages ago and Suggested by someone, I forget who.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.14
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index a57407f6..6ab6366e 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1638,6 +1638,7 @@ are listed; this may be one of:
or
.Em emacs-copy .
.It Xo Ic send-keys
+.Fl R
.Op Fl t Ar target-pane
.Ar key Ar ...
.Xc
@@ -1652,6 +1653,9 @@ or
) to send; if the string is not recognised as a key, it is sent as a series of
characters.
All arguments are sent sequentially from first to last.
+The
+.Fl R
+flag causes the terminal state to be reset.
.It Ic send-prefix Op Fl t Ar target-pane
Send the prefix key to a window as if it was pressed.
If multiple prefix keys are configured, only the first is sent.