Wraps the given ANSI sequence in a 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 GNU Screen.
DCS <data> ST
Note: Screen limits the length of string sequences to 768 bytes (since 2014).
Use zero to indicate no limit, otherwise, this will chunk the returned
string into limit sized chunks.
Wraps the given ANSI sequence in a
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 GNU Screen.Note: Screen limits the length of string sequences to 768 bytes (since 2014). Use zero to indicate no limit, otherwise, this will chunk the returned string into limit sized chunks.