mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-26 00:41:57 +00:00
bug fix: missing \r in sp emulation
This commit is contained in:
parent
6294e59268
commit
ff305e3d45
1 changed files with 1 additions and 0 deletions
|
@ -3934,6 +3934,7 @@ function _p9k_clear_instant_prompt() {
|
||||||
local mark="${PROMPT_EOL_MARK-%B%S%#%s%b}"
|
local mark="${PROMPT_EOL_MARK-%B%S%#%s%b}"
|
||||||
_p9k_prompt_length $mark
|
_p9k_prompt_length $mark
|
||||||
local -i fill=$((COLUMNS > _p9k_ret ? COLUMNS - _p9k_ret : 0))
|
local -i fill=$((COLUMNS > _p9k_ret ? COLUMNS - _p9k_ret : 0))
|
||||||
|
local cr=$'\r'
|
||||||
local sp="${(%):-%b%k%f%s%u$mark${(pl.$fill.. .)}$cr%b%k%f%s%u%E}"
|
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]
|
print -rn -- $terminfo[rc]${(%):-%b%k%f%s%u}$terminfo[ed]
|
||||||
if [[ -n ${(S)content//$'\e'*$'\a'} ]]; then
|
if [[ -n ${(S)content//$'\e'*$'\a'} ]]; then
|
||||||
|
|
Loading…
Reference in a new issue