Dustin L. Howett
Dustin L. Howett
FWIW, I am de-editorializing your title.
Looks like vim never restores the cursor blink status. This "regressed" due to the fix for #10543. Terminal used to _ignore_ the request for a non-blinking cursor. Now it respects...
I'll try to have a think on the Windows crypto stuff tomorrow, but don't necessarily wait for me. Any improvement here is for the better!
If this PR lands first, I would happily update #2388 to support it.
Thanks for the report! Scenario 1 - it looks like `E` and `Ε` are different characters! ``` $ "EΕ" -split "" | % { "0x{0:X}" -f [int]$_[0] } 0x45 0x395...
Notes from discussion: class yes, title no! This is adjacent to #4183 and https://github.com/microsoft/terminal/issues/18890#issuecomment-2881398266
Thanks! I'm linking this up to #6106.
Ah, this might be an issue with using a path with spaces in it. Can you see if it works in `C:\test`?
Thanks for finding this!