terminal
terminal copied to clipboard
The new Windows Terminal and the original Windows console host, all in the same place!
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...
### 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....
### 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,...
## 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...
### 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...
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. - - - - -...
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...
### 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...
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...
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...