-
-
Notifications
You must be signed in to change notification settings - Fork 318
Open
Description
What happened, and what did you expect to happen?
Similar to #1836, I need to emit non-standard sequences in the prompt for microsoft/inshellisense#138. When trying to emit some OSC sequences prefixing the prompt as shown below, I get the following output in my terminal. It would be great if OSC sequences could be passed through directly to the terminal instead of being parsed / modified as shown below
command
var user_prompt = $edit:prompt
fn prompt {
put "\x1b]6973;PS\x07"
$user_prompt
}
set edit:prompt = { prompt }resulting prompt
^[]6973;PS^G~\OneDrive - Microsoft\Documents\code\clac>Output of "elvish -version"
0.21.0+official
Code of Conduct
- I agree to follow Elvish's Code of Conduct.
lukaszmoroz
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
❓Triage