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