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
Thanks for working on Rio! :) I gave it a shot today, and noticed that the cursor position is incorrect when using multi-byte characters. For example, I have my $PROMPT (aka PS1) set to % (%, not %), and that gets Rio confused:
rio.issue.mp4
As you can see in the recording, changing the PROMPT to not use multi-byte characters fixes the issue.
Thanks for working on Rio! :) I gave it a shot today, and noticed that the cursor position is incorrect when using multi-byte characters. For example, I have my $PROMPT (aka PS1) set to
%(%, not%), and that gets Rio confused:rio.issue.mp4
As you can see in the recording, changing the PROMPT to not use multi-byte characters fixes the issue.