Files
fish-shell/tests/checks
Johannes Altmanninger 6900b89c82 Add mark-prompt feature flag
So far, terminals that fail to parse OSC sequences are the only reason
for wanting to turn off OSC 133.  Let's allow to work around it by
adding a feature flag (which is implied to be temporary).

To use it, run this once, and restart fish:

    set -Ua fish_features no-mark-prompt

Tested with

    fish -i | string escape | grep 133 &&
    ! fish_features=no-mark-prompt fish -i | string escape | grep 133

See #11749
Also #11609
2025-08-27 09:17:35 +02:00
..
2025-06-10 16:50:00 +02:00
2024-12-29 13:37:29 +01:00
2024-08-15 17:38:04 +02:00
2024-04-25 21:52:56 +02:00
2024-05-26 22:06:11 -05:00
2025-05-12 21:33:40 +02:00
2024-04-21 14:35:13 +02:00
2024-05-30 12:14:43 -05:00
2025-08-27 09:17:35 +02:00