aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-05-22 20:50:51 +0000
committerTiago Cunha <tcunha@gmx.com>2012-05-22 20:50:51 +0000
commit04bf0d8efc25d7e40fc034db0f2546cf8a09cfda (patch)
treef1cea02aa6608b36e35da53b420dfba66047a839 /tmux.1
parent3604b31b6f1deb996102f5e8767818b6dcf2d582 (diff)
downloadrtmux-04bf0d8efc25d7e40fc034db0f2546cf8a09cfda.tar.gz
rtmux-04bf0d8efc25d7e40fc034db0f2546cf8a09cfda.tar.bz2
rtmux-04bf0d8efc25d7e40fc034db0f2546cf8a09cfda.zip
Sync OpenBSD patchset 1113:
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 bc83be19..4f52ae05 100644
--- a/tmux.1
+++ b/tmux.1
@@ -497,7 +497,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 ) .