From 7b248bc9a3668b3b7ac56993d32b09e00e18eee9 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Sun, 9 Nov 2025 02:50:47 +0330 Subject: [PATCH] adjust comments --- vendor/git-prompt.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vendor/git-prompt.sh b/vendor/git-prompt.sh index 8149695..e64f906 100644 --- a/vendor/git-prompt.sh +++ b/vendor/git-prompt.sh @@ -58,7 +58,8 @@ else } __cmder_preexec() { - 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 + printf '\e]133;C\a' } # Append to PROMPT_COMMAND to emit sequences just before each prompt @@ -67,7 +68,7 @@ else else PROMPT_COMMAND="__cmder_prompt_command;$PROMPT_COMMAND" fi - + # Use DEBUG trap to emit OSC 133;C before command execution trap '__cmder_preexec' DEBUG fi