Skip to content

Commit 1ab5754

Browse files
committed
shellIntegration-rc.zsh: hygiene: ASCII diagram vs Unicode
1 parent 4d15d3c commit 1ab5754

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/vs/workbench/contrib/terminal/browser/media/shellIntegration-rc.zsh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ __vsc_escape_value() {
5555
# (Importantly including: semicolon, newline, and control chars).
5656
else
5757
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
58+
# | | | |/|/ |_____|
59+
# | | | | | |
60+
# left-pad --+ | | | | +- the byte value of the character
61+
# two digits --+ | | +------- in hexadecimal
62+
# with '0' -------+ +--------- with no prefix
6363
fi
6464

6565
out+="$token"

0 commit comments

Comments
 (0)