terminal icon indicating copy to clipboard operation
terminal copied to clipboard

The new Windows Terminal and the original Windows console host, all in the same place!

Results 1117 terminal issues
Sort by recently updated
recently updated
newest added

Directly manipulating the `NavigationView::MenuItems` vector is bad. If you do that, you're gonna get crashes, in WinUI code for `Measure`. However, a WinUI PR (below) gave me an idea: Changing...

Issue-Bug
Area-Settings
Severity-Crash
Product-Terminal
Needs-Second
Priority-1

### Windows Terminal version 1.15.3465.0_x64 ### Windows build number 10.0.19044.0 ### Other Software Windows Defender Appx Installer ### Steps to reproduce 1. Double-click Microsoft.WindowsTerminal*.msixbundle with Windows Defender [Firewall] disabled/unavailable. 2....

Issue-Bug
Needs-Triage

### Windows Terminal version 1.15.2713.0 ### Windows build number 10.0.22000.0 ### Other Software _No response_ ### Steps to reproduce 1. Highlight more than 16 items from an archive (7zip, WinRAR,...

Help Wanted
Resolution-External
Issue-Bug
Area-User Interface
Product-Terminal

## Summary of the Pull Request The main purpose of this PR was to merge the `ITerminalApi::PrintString` implementations into a shared method in `AdaptDispatch`, and avoid the VT code path...

Product-Conhost
Area-Rendering
Area-Output
Issue-Bug
Product-Terminal
Issue-Task
Priority-1
Priority-2

### Windows Terminal version OpenConsole 8a34a0e59ac41bc805c308fb82bc7683e583d45d ### Windows build number 10.0.19041.1415 ### Other Software _No response_ ### Steps to reproduce 1. You must be using a somewhat recent version of...

Product-Conhost
Area-Rendering
Issue-Bug
In-PR
Priority-2

This issue tracks implementing delayed EOL wrap for `Terminal::_WriteBuffer`. More details on the exact issue below. This is a subset of or step towards #780. - - - - -...

Area-Output
Product-Terminal
Issue-Task
In-PR

Apologies if this explanation is confusing. I've mentally internalized the problem here, but I'm not sure if I can fully articulate. Here goes... When receiving characters in a stream fashion...

Area-Output
Product-Terminal
Issue-Task
In-PR
Priority-1

### Windows Terminal version 1.15.3466.0 ### Windows build number 10.0.22621.963 ### Other Software _No response_ ### Steps to reproduce 1. Open the Terminal ; 2. Open a new tab (Azure...

Issue-Bug
Needs-Triage

Don't try to copy if we're in `copyOnSelect` mode, and have already copied this selection. #14464 demonstrates a scenario where the buffer contents might have changed since the selection was...

Issue-Bug
Area-TerminalControl
Product-Terminal
Priority-1

This builds upon #10749. When we added a separate pivot to track the "active" anchor, we forgot to update the pivot while circling. What does that mean? Moving the mouse...

Issue-Bug
Area-TerminalControl
Product-Terminal
Priority-2