You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @technicalpickles, thank you for the thorough bug report! There are two things wrong here
The first is that zf doesn't yet support Unicode. I haven't made that super clear yet though, so that's on me. I do have plans to add utf-8 support soon.
The second is that I don't escape the ANSI escape sequences. That's a bug and I can get that fixed sooner.
I have now resolved this in my https://github.com/natecraddock/zf/tree/unicode branch. You are welcome to test now if you would like, or just wait for the 0.7.0 release. I should be adding the remainder of the unicode support soon and releasing the new version.
I'm trying to use a character like
❯
as the ZF_PROMPT, but it seems like it the cursor is shifted way right of where text is actually inserted:Screen.Recording.2023-01-05.at.9.53.29.AM.mov
This is even more pronounced when adding ansi color codes, ie ZF_PROMPT="\e[41m \e[0m\e[31m\e[0m" :
Screen.Recording.2023-01-05.at.10.02.31.AM.mov
The text was updated successfully, but these errors were encountered: