mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-14 13:11:15 +00:00
shell-integration/zsh: support cl=line
This commit is contained in:
@@ -121,7 +121,7 @@ _ghostty_deferred_init() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
builtin local mark1=$'%{\e]133;A\a%}'
|
builtin local mark1=$'%{\e]133;A;cl=line\a%}'
|
||||||
if [[ -o prompt_percent ]]; then
|
if [[ -o prompt_percent ]]; then
|
||||||
builtin typeset -g precmd_functions
|
builtin typeset -g precmd_functions
|
||||||
if [[ ${precmd_functions[-1]} == _ghostty_precmd ]]; then
|
if [[ ${precmd_functions[-1]} == _ghostty_precmd ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user