Extend iTerm CSI u workaround to < 3.5.12

iTerm has a bug where it'll send Option-Left as Left instead of the
proper Alt-Left. This was reported upstream and fixed in

480f059bce

which is contained in the 3.5.12-beta2 tag, so let's assume that fixes
it.

Fixes #11025

(not necessary in 4.1)
This commit is contained in:
Fabian Boehm
2025-02-20 17:11:08 +01:00
parent e2a0b0e2b8
commit b5736c5535

View File

@@ -448,7 +448,7 @@ pub fn terminal_protocol_hacks() {
else { else {
return false; return false;
}; };
version < (3, 5, 6) version < (3, 5, 12)
}), }),
); );
IN_JETBRAINS.store( IN_JETBRAINS.store(