Correct iTerm2 version in CSI u workaround

The 3.5.4 release does not include the fix, presumably the next one then.

See #10653
This commit is contained in:
Johannes Altmanninger 2024-08-17 07:40:50 +02:00
parent 8612d34996
commit 31896534a0

View file

@ -3883,7 +3883,7 @@ fn interactive_hacks(parser: &Parser) {
let Some(version) = parse_version(&version.as_list()[0]) else {
return false;
};
version < (3, 5, 4)
version < (3, 5, 5)
}),
);
}