Leonard Hecker
Leonard Hecker
### Windows Terminal version d3a18b9 ### Windows build number _No response_ ### Other Software _No response_ ### Steps to reproduce * Print box-drawing characters * chcp 65001 -> It worky...
### Windows build number 10.0.26052.0 ### Steps to reproduce * Launch cmd.exe * Type `foo bar` * Move the cursor the space after `foo` * Press tab ### Expected Behavior...
This removes all of the 2D iteration machinery. Imagine the text buffer as a `Cell[w][h]` grid. Clearly, this is identical to a `Cell[w*h]` array, which shows that copying between overlapping...
Initially the PR restored the original v1 conhost code for `MatchAndCopyAlias` which fixed the linked issue. Afterwards, I've taken the liberty to rewrite the code to use modern constructs again,...
This PR achieves two things: * When encountering rows with newlines (`WasForceWrapped` = `false`) we'll now copy the contents out of the row and append a `\n`. To make `utext_clone`...
AtlasEngine only works with v1.2023.5.31 and later. We have two options: * Show an error bar similar to how we do it for the text input service * Show a...
This addresses a review comment left by tusharsnx in #17092 which I forgot to fix before merging the PR. The fix itself is somewhat simple: `Terminal::SetSearchHighlightFocused` triggers a scroll if...
### Windows Terminal version 1.21.1094.0 ### Windows build number 10.0.26092.0 ### Other Software _No response_ ### Steps to reproduce * Launch the latest Canary * Open settings.json ### Expected Behavior...
### Windows Terminal version 1.16.230126001 ### Windows build number _No response_ ### Other Software _No response_ ### Steps to reproduce * Use cmd.exe * Scroll at least 1 viewport down...
### Windows Terminal version 1a6ba43 ### Windows build number _No response_ ### Other Software _No response_ ### Steps to reproduce TBA: Exact steps unclear, but it was found by @zadjii-msft...