terminal
terminal copied to clipboard
The new Windows Terminal and the original Windows console host, all in the same place!
### 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+` ###...
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,...
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...
### 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}"``...
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...
### 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...
##### [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...
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....
### 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...
_targets #14497_ This applies to `"showTabsInTitlebar": false,`. We literally never set that for the `IslandWindow` before, only ever the NCIW. Closes #11589  For a dramatic example - here's the...