shell-integration/zsh: support cl=line

This commit is contained in:
Mitchell Hashimoto
2026-02-02 15:13:01 -08:00
parent e60806942e
commit 8595558653

View File

@@ -121,7 +121,7 @@ _ghostty_deferred_init() {
fi
fi
builtin local mark1=$'%{\e]133;A\a%}'
builtin local mark1=$'%{\e]133;A;cl=line\a%}'
if [[ -o prompt_percent ]]; then
builtin typeset -g precmd_functions
if [[ ${precmd_functions[-1]} == _ghostty_precmd ]]; then