aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-05-29 13:02:35 +0100
committerThomas Adam <thomas@xteddy.org>2019-05-29 13:02:35 +0100
commite90b5dcea3152272c346d1408f0f0cc1df0f3398 (patch)
tree121f91acc56ad3597d91c0edd775aaf22db9c8e2 /tmux.1
parentffcc60211d3cbdb243b295e624bc9283da54b1d6 (diff)
parenta4424fbebf929f4ad742200365fc330a26a65d7f (diff)
downloadrtmux-e90b5dcea3152272c346d1408f0f0cc1df0f3398.tar.gz
rtmux-e90b5dcea3152272c346d1408f0f0cc1df0f3398.tar.bz2
rtmux-e90b5dcea3152272c346d1408f0f0cc1df0f3398.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.16
1 files changed, 5 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 263aecbc..954a6493 100644
--- a/tmux.1
+++ b/tmux.1
@@ -520,7 +520,11 @@ the given four or eight digit hexadecimal number.
When preceded (escaped) by a \e, the following characters are replaced: \ee by
the escape character; \er by a carriage return; \en by a newline; and \et by a
tab.
-.Pp
+.It
+\eooo is replaced by a character of the octal value ooo.
+Three octal digits are required, for example \e001.
+The largest valid character is \e377.
+.It
Any other characters preceded by \e are replaced by themselves (that is, the \e
is removed) and are not treated as having any special meaning - so for example
\e; will not mark a command sequence and \e$ will not expand an environment