summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-05-17 21:21:31 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-05-17 21:21:31 +0000
commitac7e2f13e999c1f24b58f7db868c7faeeb0a3c0e (patch)
tree1ba37fb761a1b58f90b5214534fb90451c521361 /tmux.1
parent50cefec497946f7e19213470880bb5fbe2b8d7f1 (diff)
Ignore line continuation when escaped as \\, from Simon Nicolussi.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.13
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 989bb0ea..96742378 100644
--- a/tmux.1
+++ b/tmux.1
@@ -493,7 +493,8 @@ Multiple commands may be specified together as part of a
.Em command sequence .
Each command should be separated by spaces and a semicolon;
commands are executed sequentially from left to right and
-lines ending with a backslash continue on to the next line.
+lines ending with a backslash continue on to the next line,
+except when escaped by another backslash.
A literal semicolon may be included by escaping it with a backslash (for
example, when specifying a command sequence to
.Ic bind-key ) .