Leonard Hecker

Results 389 comments of 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): ![16719](https://github.com/microsoft/terminal/assets/2256941/84e2840f-1988-4b25-9beb-2a358373d4df) Zoomed 4x: ![16719_zoomed](https://github.com/microsoft/terminal/assets/2256941/bf9cdac6-5916-4c17-aaab-8360cdd7ad55)

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 ![image](https://github.com/microsoft/terminal/assets/2256941/79832a97-8363-4bf7-96d8-d7dc889f5a80)

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. ---...