From 99934bf9988ca364d3d75bb185863eed184a2971 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 12 Mar 2013 22:48:58 +0000 Subject: Write escaped output in control mode rather than hex, from George Nachman. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.1') 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 , -- cgit