We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce0146 commit 7b248bcCopy full SHA for 7b248bc
vendor/git-prompt.sh
@@ -58,7 +58,8 @@ else
58
}
59
60
__cmder_preexec() {
61
- printf '\e]133;C\a' # Emit OSC 133;C to mark the start of command execution
+ # Emit OSC 133;C to mark the start of command execution
62
+ printf '\e]133;C\a'
63
64
65
# Append to PROMPT_COMMAND to emit sequences just before each prompt
@@ -67,7 +68,7 @@ else
67
68
else
69
PROMPT_COMMAND="__cmder_prompt_command;$PROMPT_COMMAND"
70
fi
-
71
+
72
# Use DEBUG trap to emit OSC 133;C before command execution
73
trap '__cmder_preexec' DEBUG
74
0 commit comments