aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-03-12 22:48:58 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-03-12 22:48:58 +0000
commit99934bf9988ca364d3d75bb185863eed184a2971 (patch)
tree36685d0e10e93063abbfda1af0f2e211329d01a2 /tmux.1
parent8aa40ec1c71f9aad61c53991bdd2ea54f08d86ec (diff)
downloadrtmux-99934bf9988ca364d3d75bb185863eed184a2971.tar.gz
rtmux-99934bf9988ca364d3d75bb185863eed184a2971.tar.bz2
rtmux-99934bf9988ca364d3d75bb185863eed184a2971.zip
Write escaped output in control mode rather than hex, from George Nachman.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.12
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 519bf6fa..a669fe9c 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3672,7 +3672,7 @@ The new layout is
.It Ic %output Ar pane-id Ar value
A window pane produced output.
.Ar value
-contains that output with each byte encoded as two hex digits.
+escapes non-printable characters and backslash as octal \\xxx.
.It Ic %session-changed Ar session-id Ar name
The client is now attached to the session with ID
.Ar session-id ,