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
Like the title and [screenshot](https://i.imgur.com/Fd2DRbp.png suggests, matched text gets displaced when some multi-byte char(s) is(are) present in the line containg the match. As you can see from the screenshot, the same string is matched on the prompt line and the output line, but only the former is displaced. Here the arrow character at the end of the prompt is multi-byte, perhaps the "unticked box" char as well. Anyways, every time a multi-byte char is present on a line, this happens.
My wild guess would be some computation error in the match index. I've tried looking at the code, but unfortunately, I don't speak rust at all.
Let me know if this would be something that would warrant a fix.
The text was updated successfully, but these errors were encountered:
One workaround seems to be to actually not render those chars at all in the thumbs pane, that way, the problem doesn't exist, and since those chars are mostly uneeded in the regexps we'd want to match either way, I don't see a problem with that.
Maybe as an option.
Like the title and [screenshot](https://i.imgur.com/Fd2DRbp.png suggests, matched text gets displaced when some multi-byte char(s) is(are) present in the line containg the match. As you can see from the screenshot, the same string is matched on the prompt line and the output line, but only the former is displaced. Here the arrow character at the end of the prompt is multi-byte, perhaps the "unticked box" char as well. Anyways, every time a multi-byte char is present on a line, this happens.
My wild guess would be some computation error in the match index. I've tried looking at the code, but unfortunately, I don't speak rust at all.
Let me know if this would be something that would warrant a fix.
The text was updated successfully, but these errors were encountered: