mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 11:31:15 -03:00
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:
@@ -448,7 +448,7 @@ pub fn terminal_protocol_hacks() {
|
||||
else {
|
||||
return false;
|
||||
};
|
||||
version < (3, 5, 6)
|
||||
version < (3, 5, 12)
|
||||
}),
|
||||
);
|
||||
IN_JETBRAINS.store(
|
||||
|
||||
Reference in New Issue
Block a user