From fa3e210026f94ad9244c01ca3e82143979e45b12 Mon Sep 17 00:00:00 2001 From: Pandu POLUAN Date: Fri, 20 Oct 2017 22:04:38 +0700 Subject: [PATCH] Fix color bleed when list appears %B and %F had a side effect of coloring the redraw of the prompt when list appears underneath the active line. Added %b and %f to properly end the coloring. Not sure if %{ and %} are needed, but added just in case needed. --- themes/ys-pep.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/ys-pep.zsh-theme b/themes/ys-pep.zsh-theme index c16adb34b..4bd088d30 100644 --- a/themes/ys-pep.zsh-theme +++ b/themes/ys-pep.zsh-theme @@ -99,7 +99,7 @@ ${dgrey}[%*]%{$reset_color%} \ ${hg_info}\ ${git_info}\ $exit_code$venv_info$other_info -%B%F{red}%# %{$reset_color%}" +%{%B%F{red}%}%#%{%b%f$reset_color%} " unset RPROMPT