terminal
terminal copied to clipboard
The new Windows Terminal and the original Windows console host, all in the same place!
Resurrection of #9222. Spec draft in #9365. Consensus from community feedback is that the whole of that spec is _nice to have_, but what REALLY matters is just broadcasting to...
### Windows Terminal version 1.15.2874.0 ### Windows build number 10.0.19044.2130 ### Other Software Old Intel workbench internal tool Notepad++ v8.4.1 ### Steps to reproduce Copy some text out of the...
This spec outlines... - Windows Terminal and ConHost's implementation for the VT sequence introduced in [Control Screen Reader from Applications (#18) · Issues · terminal-wg / specifications · GitLab](https://gitlab.freedesktop.org/terminal-wg/specifications/-/issues/18). -...
# Description of the new feature/enhancement Up to now, we've been identifying as a VT100, since we haven't fully met the conformance requirements for any of the higher level devices....
Is there any merit to having an option to disable colour font emoji? So any emoji used will be single colour using the font colour settings? _Originally posted by @mdtauk...
# Description of the new feature/enhancement The current appearance of the title-bar of Windows Terminal Preview is:  Consequently, please cause the title-bar to use the dark theme:  ...because...
This is basically just like #14064, but with the `theme` instead. If you define a pair of `theme` names: ```json "theme": { "dark": "light", "light": "dark" }, ``` then the...
### Windows Terminal version (or Windows build number) 1.11.2421.0 ### Other Software - Windows 11 / 21H2 / 22000.132 ### Steps to reproduce - open powershell (could be another shell)...
There's a TODO yet to be done: make sure that ownership changes when the root process exits. Terminal doesn't care about that right now, but other ConPTY clients don't have...
This is the issue tracking the great buffer rewrite of 202x. ### Aims * [x] Refactor to remove the need for `UnicodeStorage` (which is a lookup table keyed on row+column)...