Leonard Hecker
Leonard Hecker
This PR works with any font and you can just use CaskaydiaCove. :)
No way... This reproduces all the way back to conhost v1 lol. At this point we've found `ReadConsole`'s `dwCtrlWakeupMask` API: * overwrote the character under the cursor with the control...
Weird... I can't reproduce this issue on my other machine that uses a public Windows build, even though I'm using the latest conhost from `main`.
It only happend with raster fonts. But I can't reproduce it anymore either so I'll close this.
Cascadia Code, 12pt, 150% display scale (an edge case because it has just barely a 1px underline width):  Zoomed 4x: 
I've force-merged this PR because the ARM64 build was stuck with "Artifact ... already exists for build ...".
A significant portion of "standards" are actually just "things that most terminals agree on" and not actually standardized. If you want to go for maximum compatibility, you should only use...
I must be doing something wrong 
I noticed that you're using Windows 10. Thinking about this some more, this may be an issue with Windows 10, since its CRT (C/C++ stdlib) version is older, and the...
The CRT is Microsoft's implementation of C's standard library. It implements C functions like `malloc`, `free` but also `printf` which is what diagon uses to print text to stdout. ---...