pub const BRACKETED_PASTE_START: &[u8] = b"\x1b[200~";
Start delimiter for bracketed paste: exact bytes ESC [ 200 ~ (b"\x1b[200~").
ESC [ 200 ~
b"\x1b[200~"
Terminals send this before pasted payload when DEC private mode 2004 is enabled.