1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 19:10:08 +00:00

properly restore prompt after SIGINT when transient prompt is disabled

This commit is contained in:
Roman Perepelitsa 2020-11-15 09:41:55 +01:00
parent 8488f7c75c
commit f8ae544e6e

View file

@ -7388,7 +7388,6 @@ function _p9k_on_widget_zle-line-finish() {
fi
fi
if (( __p9k_reset_state == 2 )); then
if [[ $1 == int ]]; then
_p9k__must_restore_prompt=1
if (( !_p9k__restore_prompt_fd )); then
@ -7396,6 +7395,8 @@ function _p9k_on_widget_zle-line-finish() {
zle -F $_p9k__restore_prompt_fd _p9k_restore_prompt
fi
fi
if (( __p9k_reset_state == 2 )); then
if (( optimized )); then
RPROMPT= PROMPT=$_p9k_transient_prompt _p9k_reset_prompt
else