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

### Windows Terminal version 1.15.2874.0 ### Windows build number 10.0.19041.928 ### Other Software _No response_ ### Steps to reproduce 1. Boot Windows 2. Launch Windows Terminal 3. Press Windows+` ###...

Issue-Bug
Product-Terminal
Priority-3
Area-Windowing

Alrighty, this is a silly solution to the problem. Go read #11522. What if, we just didn't reload the UI for a settings reload? Terminal refreshes the appearance of panes,...

Issue-Bug
Area-TerminalControl
Area-Settings
Product-Terminal
Priority-3
zBugBash-Consider

It would be good if there was a UI element somewhere to page up or down to the previous or next command: [▲][▼] This is something so useful, I'm not...

Area-TerminalControl
Area-Settings
Product-Terminal
Issue-Task

### Windows Terminal version 1.16.2642.0 ### Windows build number 10.0.22000.0 ### Other Software _No response_ ### Steps to reproduce In PowerShell with the default Cascadia Mono font, run: ``Write-Host "`u{2595}`u{2594}`n`u{2595}`u{2581}"``...

Resolution-Fix-Committed
Issue-Bug
Product-Terminal
Needs-Tag-Fix
Priority-3
Area-AtlasEngine

This PR replaces the uses of `Viewport::CompareInBounds()` in the UIA code with `til::point` comparators. Additionally, it simplifies the logic further by using `std::max` and `std::min`. In doing so, we are...

Issue-Bug
Area-Accessibility
Product-Terminal

### Windows Terminal version conhost ### Windows build number Microsoft Windows [Version 10.0.19044.1889] ### Other Software PowerShell 7.3 ### Steps to reproduce When piping input of an application to an...

Issue-Bug
Needs-Author-Feedback
Needs-Triage
No-Recent-Activity

##### [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

In order to modify the accessibility information for the PseudoConsoleWindow, it needs to have a UIA provider registered. This PR introduces `PseudoConsoleWindowAccessibilityProvider` and registers it as a UIA provider appropriately....

Issue-Bug
Area-Accessibility
Product-Terminal

### Windows Terminal version `main` at 68cce101b ### Windows build number 25267.1001 ### Other Software _No response_ ### Steps to reproduce 1. Turn on Narrator 2. Open a debug build...

Issue-Bug
Area-Accessibility
Product-Terminal
In-PR

_targets #14497_ This applies to `"showTabsInTitlebar": false,`. We literally never set that for the `IslandWindow` before, only ever the NCIW. Closes #11589 ![update-titlebar-for-theme](https://user-images.githubusercontent.com/18356694/207109370-a63a8b19-4c42-4b1f-8d39-8c3abdf1b403.gif) For a dramatic example - here's the...

Issue-Bug
Product-Terminal
Issue-Task
Priority-3
Area-Windowing
Area-Theming
zBugBash-Consider