James Holderness
James Holderness
### Windows Terminal version Commit cfdea71dc08103b1f142cbb26c415ff7b1b2e529 ### Windows build number 10.0.19044.2006 ### Other Software _No response_ ### Steps to reproduce 1. Open a cmd shell in conhost. 2. Open the...
## Summary of the Pull Request The original console output modes were considered attributes of the buffer, while later additions were treated as global state, and yet both were accessed...
### Windows Terminal version 1.16.2641.0 ### Windows build number 10.0.19044.2364 ### Other Software _No response_ ### Steps to reproduce 1. Open a WSL bash shell in conhost or Windows Terminal....
## Summary of the Pull Request This fixes two issues where the `Space` key wasn't being handled correctly: * Keyboards with an `AltGr`+`Space` mapping were not generating the expected character....
## Summary of the Pull Request This PR adds support for multiples pages in the VT architecture, along with new operations for moving between those pages: `NP` (Next Page), `PP`...
## Summary of the Pull Request NumLock mode provides a way to alter the behavior of the numeric keypad, switching between the standard DEC interpretation of `DECKPAM`, and a kind...
## Summary of the Pull Request This PR adds support for the missing operations that are required in the 8-bit interface architecture extension. `DECAUPSS` - Assign User-Preference Supplemental Set `DECRQUPSS`...
### Windows Terminal version Commit 378b6594bd94cf3b27f4e309a11efe25d83de0d9 ### Windows build number 10.0.19045.4291 ### Other Software _No response_ ### Steps to reproduce 1. Make sure the conhost render engine is set to...
## Summary of the Pull Request When the conpty renderer determines that it needs to hide the cursor, it does so by inserting a `DECTCEM` reset sequence at the start...
### Windows Terminal version 1.20.10822.0 ### Windows build number 10.0.19045.4291 ### Other Software _No response_ ### Steps to reproduce Run the following python script: ```py import sys import time sys.stdout.write('\033[37;40m\033[2J')...