terminal
terminal copied to clipboard
The new Windows Terminal and the original Windows console host, all in the same place!
Please provide an option in the config.json to: - set the width of the vertical scrollbar to some fixed width - for e.g.: 32px - there should be something in...
Admittedly, this is a lot of annoying plumbing. We didn't love that a connection could transition back in the state diagram, from Closed -> Start. That felt wrong. To remedy...
Please support emoji within Windows Console. Very useful when you code in `vim` newsletters for startups or when you categorize stuff by emoji.
_targets #14548_ Adds an action for immediately restarting the connection. I suspect most folks that wanted #3726 will be happy just with the enter solution from #14060, but this will...
From #14060. See also https://github.com/microsoft/terminal/pull/14060#pullrequestreview-1165989506 The control shouldn't be responsible for restarting the connection itself. It should request a new one from the app. * [ ] Move [this code](https://github.com/sotteson1/terminal/blob/62888a5a0f2ccda00b53e52e96537fd67213e4ab/src/cascadia/TerminalControl/ControlCore.cpp#L415-L420)...
> ``` > @DHowett @mattwojo sorry to dig this old thread up, but if I do a `printf %b '\e]12;red\a'`, should I expect the cursor color to change to red?...
### Windows Terminal version 1.17.3052.0 ### Windows build number Windows 11 Version 22H2 (OS Build 25206.1000) ### Other Software _No response_ ### Steps to reproduce 1. Open Windows Terminal. 2....
### Windows Terminal version 1.16.2642.0 ### Windows build number 10.0.25217.1000 ### Other Software OS: Window 11 22H2 OS Build 25179.1000 Screen Reader: Narrator App: Window Terminal ### Steps to reproduce...
### Windows Terminal version (or Windows build number) 1.9.1942.0 ### Other Software Screen readers tested: Narrator, NVDA alpha-23553,3c29f9ad, observed while running in WSL2 Ubuntu in case that is somehow relevant...
### Insertion-Replacement Mode (IRM) ``` ESC [ 4 h 033 133 064 150 ``` Set selects insert mode and turns INSERT on. New display characters move old display characters to...