b-ryan / powerline-shell

A beautiful and useful prompt for your shell
MIT License
6.19k stars 746 forks source link

Characters shifting while autocomplete in fish #502

Open ValekoZ opened 3 years ago

ValekoZ commented 3 years ago

Hello,

I'm having an issue while using powerline-shell in fish: When I use the autocompletion, the line is shifted to the right (the demo is in termite but it's the same on the TTYs)

recording

When I'm using a "classic" prompt it works well, I have this issue only when I use powerline-shell ..

Here is the code I added to my config file for using powerline-shell in fish :

function fish_prompt
  powerline-shell --shell bare $status
end
ValekoZ commented 3 years ago

I installed 'oh my fish' and now I don't have this bug anymore, but I have a weird space between the end of the powerline and the begining of where I can type my commands

ValekoZ commented 3 years ago

I reinstalled everything on my pc, and I still have this problem but only on terminal emulators (it works correctly on TTYs) And now, when I launch my graphical environment (I tried with Gnome X11, Gnome wayland and sway) from a TTY it works but when I launch it from a display manager (GDM or LightDM) I still have this bug ...