Note the prompt only fills up half the terminal window. I get similar behavior if I create a right prompt, which is also not aligned to the right of the terminal. If I use xontrib-prompt-bar I get the same issue, however if I specify #noesc it fixes the issue (however I loose the color in my prompt).
I'm using a multi-line prompt in starship which works correctly in fish, however only takes up a fraction of the terminal size in xonsh.
Starship example setup
in fish this looks like this:
+-----------------------------------------------------------------------------------------------------------------------------------------------+ |AA........................................................................................................................................................11:45:31| |❯
if I use the same in xonsh with xontrib-prompt-starship:
+-----------------------------------------------------------------------------------------------------------------------------------------------+ |AA......................................................................11:45:36 | |❯
Note the prompt only fills up half the terminal window. I get similar behavior if I create a right prompt, which is also not aligned to the right of the terminal. If I use xontrib-prompt-bar I get the same issue, however if I specify
#noesc
it fixes the issue (however I loose the color in my prompt).