agnoster / agnoster-zsh-theme

A ZSH theme designed to disclose information contextually, with a powerline aesthetic
3.95k stars 583 forks source link

ubuntu line wrap not completly working #137

Open Hero9909 opened 4 years ago

Hero9909 commented 4 years ago

Ubuntu 18.04 zsh 5.4.2 (x86_64-ubuntu-linux-gnu)

if i go back in my history the line is overwriting some chars, ive use the workaround to set LANG to en_US that fixed a missplaced cursor if i go back in wraped lines

image

locale: locale LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL=en_US.UTF-8

promt var echo $PROMPT %{%f%b%k%}$(build_prompt)