From 8595558653392b68667616546799443b47aee9bb Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 2 Feb 2026 15:13:01 -0800 Subject: [PATCH] shell-integration/zsh: support cl=line --- src/shell-integration/zsh/ghostty-integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell-integration/zsh/ghostty-integration b/src/shell-integration/zsh/ghostty-integration index ac609d6a0..c17de669a 100644 --- a/src/shell-integration/zsh/ghostty-integration +++ b/src/shell-integration/zsh/ghostty-integration @@ -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