Dustin L. Howett

Results 104 issues of Dustin L. Howett

### What happened? I wrote the following snippet in an Obsidian document about a C++ project: ``` this could be a `std::vector` (or `std::wstring`). ``` It rendered like this: I...

bug
backend

##### [Original issue: #1527][experimental PR #12948] # Marks, Scrolling to prompts, prompt markup * #1527 * #6232 * Also related: #2226 ⚠️ _This issue has kinda become my spec in...

Area-UserInterface
Area-TerminalControl
Product-Terminal
Issue-Scenario
InclusionBacklog-Windows TerminalWin32

There's a TODO yet to be done: make sure that ownership changes when the root process exits. Terminal doesn't care about that right now, but other ConPTY clients don't have...

Product-Conpty
Area-Server
Issue-Bug

This is the issue tracking the great buffer rewrite of 202x. ### Aims * [x] Refactor to remove the need for `UnicodeStorage` (which is a lookup table keyed on row+column)...

Product-Conhost
Area-Output
Area-Server
Product-Terminal
Issue-Scenario

### Windows Terminal version 1.16.2624 ### Steps to reproduce > 1. In razzle (I use psrazzle, so using powershell) start building > 2. Minimize Terminal (not sure why I do...

Issue-Bug
Product-Terminal
Severity-Blocking
Priority-0
Area-Windowing

> _"it’s much easier to accept mediocrity than to pursue adequacy"_ ## NSAT Blockers - Terminal launches quickly - [ ] #5907 - Terminal fits into my existing workflows -...

Product-Terminal
Issue-Scenario
Area-DefApp

I have updated to Terminal Preview 1.16.2641.0 and am still not seeing "Open in Terminal Preview" anywhere except when RMBing on a folder. Does not appear when clicking in the...

Help Wanted
Issue-Bug
Product-Terminal
Area-ShellExtension

There's a number of TODOs in Terminal's implementation of `ITerminalApi`, herein captured: ``` 58-void Terminal::SetAutoWrapMode(const bool /*wrapAtEOL*/) 59-{ 60: // TODO: This will be needed to support DECAWM. 63-void Terminal::SetScrollingRegion(const...

Area-VT
Product-Terminal
Priority-2
Issue-Scenario

This pull request moves the Hybrid CRT logic out of the Host.Proxy project and makes it available for all other projects in our solution.

### TODO before review - [ ] Display a badge on the new tab dropdown/menu item for About - [ ] Resolve XAML styling issue in split-out AboutDialog class (or...