mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-20 16:11:14 -03:00
We've removed several terminal-specific workarounds but also added some recently. Most of the non-Apple issues have been reported upstream. Many of our workarounds were only meant to be temporary. Some workarounds are unreliable and some can cause introduce other problems. Add a feature flag we can use later to let users turn off workarounds. This doesn't disable anything yet, mostly because because despite being off-by-default, this might surprise people who use "fish_features=all". The fix would be "fish_features=all,no-omit-term-workarounds". So we'd want a high degree of confidence. For now we'll use this only with the next commit. Closes #11819