diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-10-21 16:01:11 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-10-21 16:01:11 +0100 |
commit | 5f9ba2f223bcdc4770e56248d5f20e488ee11456 (patch) | |
tree | 01393e465ff04cafe3d7ffba2c10bd73096d2e89 /tmux.1 | |
parent | b951f0621caf154fbb73c99965b52b3bd4f9813c (diff) | |
parent | 8084a2c9e60b8cc0c32b55f23bfd7b839f082252 (diff) | |
download | rtmux-5f9ba2f223bcdc4770e56248d5f20e488ee11456.tar.gz rtmux-5f9ba2f223bcdc4770e56248d5f20e488ee11456.tar.bz2 rtmux-5f9ba2f223bcdc4770e56248d5f20e488ee11456.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3151,6 +3151,7 @@ option. .Xc If this option is set, searches will wrap around the end of the pane contents. The default is on. +.Pp .It Xo Ic xterm-keys .Op Ic on | off .Xc @@ -3161,7 +3162,6 @@ will generate function key sequences; these have a number included to indicate modifiers such as Shift, Alt or Ctrl. The default is off. -.Pp .El .It Xo Ic show-options .Op Fl gqsvw @@ -3775,6 +3775,10 @@ Up to nine prompt responses may be replaced to .Ql %9 .Pc . +.Ql %%% +is like +.Ql %% +but any quotation marks are escaped. .Pp .Fl 1 makes the prompt only accept one key press, in this case the resulting input |