ui: fix bracket mode end code typo

Thanks to Gert Hulselmans for noticing in 35c3017419
jmap
Manos Pitsidianakis 5 years ago
parent 62bfe2a91f
commit 3d52b1f1b7
No known key found for this signature in database
GPG Key ID: 73627C2F690DF710

@ -103,7 +103,7 @@ derive_csi_sequence!(
derive_csi_sequence!(
#[doc = "Empty struct with a Display implementation that returns the byte sequence to end [Bracketed Paste Mode](http://www.xfree86.org/current/ctlseqs.html#Bracketed%20Paste%20Mode)"]
(BracketModeEnd, "?2003l")
(BracketModeEnd, "?2004l")
);
pub const BRACKET_PASTE_START: &[u8] = b"\x1B[200~";

Loading…
Cancel
Save