-
-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
^ symbol is rendered as ◦ on OSX #1034
Comments
@ajkerrigan maybe you could test this as well if you have a second? I've tried this in iTerm and the in house OSX terminal. OSX version: 10.15.7 |
@geekscrapy can you syscopy-cell on that and then |
So its the correct code. The only thing that this happens with is Output from LANG="" |
Ah, I see it myself when |
Nice! Yes I set my FWIW I have it at 100, for debugging/deving |
Not sure if this should work but it might be useful info for debugging:
But this opens fine, just the carat is still the wrong symbol:
|
I didn't see this issue, but you've found a lot more context since you asked this! |
Thanks, @geekscrapy, the fix will be in shortly. |
Small description
Whilst using the carat symbol ^ in regex, it is now rendered incorrectly as ◦ (a unfilled bullet). Copying the ◦ via syscopy-cell actually copies it as a ^ so I believe it is just the rendering (maybe #758?)
Expected result
^ to be rendered
Actual result with screenshot
The selected column was created with
='^'
, but as you can see it renders the contents as ◦.Additional context
vd commit: 911f15e
The text was updated successfully, but these errors were encountered: