Files
fish-shell/doc_src
Johannes Altmanninger a6f975a7e3 Add mark-prompt feature flag
(not sure if we should also include this in 4.1 but I guess better
safe than sorry)

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

Closes #11749
Also #11609

(cherry picked from commit 6900b89c82)
2025-09-24 15:51:32 +02:00
..
2025-08-10 07:49:10 -04:00
2025-09-12 11:42:59 +02:00
2022-09-17 21:31:06 +08:00
2025-04-11 15:11:22 +02:00
2025-04-11 15:11:22 +02:00
2025-09-24 15:51:32 +02:00
2025-04-12 12:09:08 +02:00