aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2019-05-29 10:08:36 +0000
committernicm <nicm>2019-05-29 10:08:36 +0000
commita4424fbebf929f4ad742200365fc330a26a65d7f (patch)
treeca1fe1736e695e02ad075ac6079dc96b3ab6f145 /tmux.1
parent580cd16f4c3474d7cae867b9b24f01665a268e9d (diff)
downloadrtmux-a4424fbebf929f4ad742200365fc330a26a65d7f.tar.gz
rtmux-a4424fbebf929f4ad742200365fc330a26a65d7f.tar.bz2
rtmux-a4424fbebf929f4ad742200365fc330a26a65d7f.zip
Support \ooo escapes, from Avi Halachmi.
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 b4e27c40..dfdd96b4 100644
--- a/tmux.1
+++ b/tmux.1
@@ -515,7 +515,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