ui: fix bracket mode end code typo

Thanks to Gert Hulselmans for noticing in 35c3017419
jmap
Manos Pitsidianakis 2019-11-19 23:41:12 +02:00
parent 62bfe2a91f
commit 3d52b1f1b7
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 1 additions and 1 deletions

View File

@ -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~";