mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
always print LF at the end of full lines
This commit is contained in:
parent
845aefd746
commit
ba5c6dd12d
1 changed files with 1 additions and 1 deletions
|
@ -5118,7 +5118,7 @@ _p9k_init_display() {
|
|||
}
|
||||
|
||||
_p9k_init_prompt() {
|
||||
_p9k_t=($'\n' '' '')
|
||||
_p9k_t=($'\n' $'%{\n%}' '')
|
||||
_p9k_prompt_overflow_bug && _p9k_t[2]=$'%{%G\n%}'
|
||||
|
||||
_p9k_init_lines
|
||||
|
|
Loading…
Reference in a new issue