James Holderness

Results 66 issues of 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...

Product-Conhost
Area-Output
Issue-Bug
Severity-Crash
Priority-2

## 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...

Product-Conhost
Area-Output
Issue-Bug
Priority-2

### 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....

Product-Conhost
Help Wanted
Area-Output
Issue-Bug
In-PR
Priority-2

## 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....

Area-Input
Area-VT
Issue-Bug
Product-Terminal

## 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`...

Product-Conhost
Area-VT
Product-Terminal
Issue-Task

## 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`...

Issue-Feature
Product-Conhost
Area-VT

### 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...

Issue-Bug
Needs-Triage

## 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...

Product-Conpty
Area-VT
Issue-Bug

### 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')...

Product-Conpty
Area-VT
Issue-Bug