fix chezmoi template escaping in embedded ghostty terminfo
The acsc capability contains literal {{||}} which chezmoi's Go template
engine tries to parse. Escape with {{ "{{" }} and {{ "}}" }} syntax.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e498f52252
commit
5104a5313b
@ -225,7 +225,7 @@ if ! infocmp xterm-ghostty >/dev/null 2>&1; then
|
|||||||
xterm-ghostty|ghostty|Ghostty,
|
xterm-ghostty|ghostty|Ghostty,
|
||||||
am, bce, ccc, hs, km, mc5i, mir, msgr, npc, xenl, AX, Su, Tc, XT, fullkbd,
|
am, bce, ccc, hs, km, mc5i, mir, msgr, npc, xenl, AX, Su, Tc, XT, fullkbd,
|
||||||
colors#256, cols#80, it#8, lines#24, pairs#32767,
|
colors#256, cols#80, it#8, lines#24, pairs#32767,
|
||||||
acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
|
acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{ "{{" }}||{{ "}}" }}~~,
|
||||||
bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l,
|
bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l,
|
||||||
clear=\E[H\E[2J, cnorm=\E[?12l\E[?25h, cr=^M,
|
clear=\E[H\E[2J, cnorm=\E[?12l\E[?25h, cr=^M,
|
||||||
csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
|
csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user