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 4d15d3c commit 1ab5754Copy full SHA for 1ab5754
src/vs/workbench/contrib/terminal/browser/media/shellIntegration-rc.zsh
@@ -55,11 +55,11 @@ __vsc_escape_value() {
55
# (Importantly including: semicolon, newline, and control chars).
56
else
57
token="\\x${(l:2::0:)$(( [##16] #byte ))}"
58
- # │ │ │ └┬┘└┬┘ └─┬─┘
59
- # │ │ │ │ │ │
60
- # left-pad ──╯ │ │ │ │ ╰─ the byte value of the character
61
- # two digits ──╯ │ │ ╰────── in hexadecimal
62
- # with '0' ───────╯ ╰───────── with no prefix
+ # | | | |/|/ |_____|
+ # | | | | | |
+ # left-pad --+ | | | | +- the byte value of the character
+ # two digits --+ | | +------- in hexadecimal
+ # with '0' -------+ +--------- with no prefix
63
fi
64
65
out+="$token"
0 commit comments