summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-01-21 08:10:21 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-01-21 08:10:21 +0000
commit66f04514cf23a6202ad2dae3cdb96cd0ae74010c (patch)
tree0ad359bb6c1e7c2de568114066fa55bdcfccd10e /tmux.1
parentcd10f7322a5b33195a8864fa6b7a410387284d16 (diff)
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 6a73949a..b72c636d 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1634,6 +1634,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
@@ -1648,6 +1649,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.