From ced5569a2531105d9efec235991826424a878d03 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Thu, 16 Jan 2025 16:42:52 +0100 Subject: [PATCH] format I didn't touch these lines? --- src/input_common.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input_common.rs b/src/input_common.rs index 04578a1a6..3d2d3243e 100644 --- a/src/input_common.rs +++ b/src/input_common.rs @@ -541,8 +541,8 @@ pub(crate) fn terminal_protocols_disable_ifn() { concat!( "\x1b[?2004l", // Bracketed paste // "\x1b[>4;0m", // XTerm's modifyOtherKeys - "\x1b[=0u", // CSI u with kitty progressive enhancement - "\x1b>", // application keypad mode + "\x1b[=0u", // CSI u with kitty progressive enhancement + "\x1b>", // application keypad mode ) }; FLOG_SAFE!(