mirror of
https://github.com/cmderdev/cmder.git
synced 2025-11-09 21:59:08 +08:00
adjust comments
This commit is contained in:
3
vendor/git-prompt.sh
vendored
3
vendor/git-prompt.sh
vendored
@@ -58,7 +58,8 @@ else
|
|||||||
}
|
}
|
||||||
|
|
||||||
__cmder_preexec() {
|
__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
|
# Append to PROMPT_COMMAND to emit sequences just before each prompt
|
||||||
|
|||||||
Reference in New Issue
Block a user