terminal
terminal copied to clipboard
The new Windows Terminal and the original Windows console host, all in the same place!
## Summary of the Pull Request This PR adds a new dynamic profile generator which creates profiles to quickly connect to detected SSH hosts. ## References Closes #9031 ## PR...
### Windows Terminal version 1.14.2281.0 ### Windows build number 10.0.19044.1889 ### Other Software _No response_ ### Steps to reproduce Note: Keybinds listed are my own, I believe they're the defaults...
### Windows Terminal version 1.11.3471.0 ### Windows build number 10.0.19043.0 ### Other Software Microsoft Visual Studio 2019 and 2022 ### Steps to reproduce 1. Turn on Narrator or any other...
Follow up from #6100 We should add another entry to the explorer context menu to let the user select which profile. This is the _only_ other option I'm considering at...
### Windows Terminal version _No response_ ### Windows build number _No response_ ### Other Software _No response_ ### Steps to reproduce after windows terminal perview is installed from ms store....
## Summary of the Pull Request Implements an initial version of #1571 and the relevant [spec](https://github.com/microsoft/terminal/blob/main/doc/specs/%231571%20-%20New%20Tab%20Menu%20Customization/%231571%20-%20New%20Tab%20Menu%20Customization.md), the only big thing missing now is the possibility to add actions, which depends...
🔬 _this is FHL code_ 🔬 This is a resurrection of #8588. That PR became painfully stale after the `ControlCore` split. Original description: > ## Summary of the Pull Request...
# Description of the new feature/enhancement I'd like to add support for the selective erase escape sequences: [`DECSED`](https://vt100.net/docs/vt510-rm/DECSED.html), [`DECSEL`](https://vt100.net/docs/vt510-rm/DECSEL.html), and [`DECSCA`](https://vt100.net/docs/vt510-rm/DECSCA.html). They provide a way of marking certain areas of...
# Description of the new feature/enhancement ###### [Original Issue: #605] [Original Spec: #3299] [Initial PR: #3590] Terminal text search has already realizes single tab case sensitive/insensitive forward/backward search. In phase...
Hello, I know it's possible to edit the json to add `"confirmCloseAllTabs": false,` But it should be possible without having to search on the github issues to find there is...