From 1ab91283dc18c151f994491dfaa8cb8af8f35f3b Mon Sep 17 00:00:00 2001 From: romkatv Date: Mon, 11 Nov 2019 15:04:19 +0100 Subject: [PATCH] detect \e*\e\ escape sequences in addition to \e*\a; fixes #315 --- internal/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/p10k.zsh b/internal/p10k.zsh index bc8dd1fd..f865962f 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -3965,7 +3965,7 @@ function _p9k_clear_instant_prompt() { local cr=$'\r' local sp="${(%):-%b%k%f%s%u$mark${(pl.$fill.. .)}$cr%b%k%f%s%u%E}" print -rn -- $terminfo[rc]${(%):-%b%k%f%s%u}$terminfo[ed] - if [[ -n ${(S)content//$'\e'*$'\a'} ]]; then + if [[ -n ${(S)content//$'\e'*($'\a'|$'\e\\')} ]]; then echo -E - "" echo -E - "${(%):-[%3FWARNING%f]: Console output during zsh initialization detected.}" echo -E - ""