Skip to content

Commit

Permalink
Clear screen needs to call zle reset-prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
mafredri committed Apr 20, 2017
1 parent f719d2f commit 490611d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pure.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ prompt_pure_clear_screen() {
# clear screen and move cursor to (0, 0)
print -n '\e[2J\e[0;0H'
# print preprompt
prompt_pure_preprompt_render precmd
prompt_pure_preprompt_render
}

prompt_pure_set_title() {
Expand Down

0 comments on commit 490611d

Please sign in to comment.