Skip to main content

BRACKETED_PASTE_END

Constant BRACKETED_PASTE_END 

Source
pub const BRACKETED_PASTE_END: &[u8] = b"\x1b[201~";
Expand description

End delimiter for bracketed paste: exact bytes ESC [ 201 ~ (b"\x1b[201~").

Terminals send this after pasted payload when DEC private mode 2004 is enabled.