Configure terminal escape sequence
OS: 13.2 (22D49)
I'm trying to run this embedded example and run into the issue with an `escape sequence` I think:
Your terminal application does not support escape sequences.
Line editing and history features are disabled.
On Windows, try using Putty instead.
When I go to the `Terminal settings` I see an `Escape Sequence` text that pops up a message:
Programs notify Terminal of the current working directory by sending it commands. You may need to configure your shell or other programs to enable this behavior.
The working directory may be set using the Operating System Command (OSC) escape sequence:
ESC ] Ps ; Pt BEL
The parameter Ps is 7 (working directory) and Pt is a “file:” URL. The URL should include a hostname to disambiguate local and remote paths, and characters must be percent-encoded as appropriate.
Can someone help with how to setup an escape sequence for the terminal? I tried running the command in the terminal but get no response:
MacBook-Pro basic % ESC ]7;test BEL
zsh: command not found: ESC
MacBook-Pro basic % ESC]7;test BEL
zsh: command not found: ESC]7
MacBook Pro 16″