Wraps the given ANSI sequence in a special DCS passthrough sequence to be sent to the outer terminal.
This is used to send raw escape sequences to the outer terminal when running inside Tmux.
DCStmux ; <escaped-data> ST
Where is the given sequence in which all occurrences of ESC
(0x1b) are doubled i.e. replaced with ESCESC (0x1b 0x1b).
Note: this needs the allow-passthrough option to be set to on.
Wraps the given ANSI sequence in a special
DCS
passthrough sequence to be sent to the outer terminal. This is used to send raw escape sequences to the outer terminal when running inside Tmux.Where is the given sequence in which all occurrences of ESC
(0x1b) are doubled i.e. replaced with ESC ESC (0x1b 0x1b).
Note: this needs the
allow-passthrough
option to be set toon
.