Leonard Hecker
Leonard Hecker
I wrote a big comment next to the changes I made. This is a redo of #17961 which had various issues. Closes #17916 ## Validation Steps Performed * Pressing Enter...
I sure hope I didn't break anything! While `til::math` was a good idea its convenience led us to use it in the only place where it absolutely must not be...
Reading through our existing patterns for integer parsing, I noticed that we'd be better off returning them as optionals. This also allowed me to improve the implementation to support integers...
### Windows Terminal version 1.23.2771.0 ### Windows build number 10.0.26100.0 ### Other Software * OpenSSH_for_Windows_9.5p1, LibreSSL 3.8.2 * tmux 3.5a ### Steps to reproduce * Either * ssh to a...
Title. Let's see whether it builds!
This works around a bug in WinUI where it creates a single context menu/flyout for text elements per thread, not per `XamlRoot`, similar to many other areas. Since the `XamlRoot`...
Introduces an ABI change to the ConptyClearPseudoConsole signal. Otherwise, we have to make it so that the API call always retains the row the cursor is on, but I feel...
Before:  After:  To people who work on video games this is probably a piece of cake. To anyone else, I hope this suffices:  The key here is...
There are two levels of syntax highlighting this project should implement: * **_This issue:_** Primitive highlighting via ICU's regex support, roughly replicating how TextMate works * Proper highlighting via tree-sitter...
We currently expect full RGB support from the hosting terminal. Terminal.app is likely the only popular terminal that doesn't support it, but it's _very_ popular (relatively speaking), so we should...