[PR #5383] Add SS3 cursor key encoding to ConPty #26301

Open
opened 2026-01-31 09:15:13 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/5383

State: closed
Merged: Yes


Summary of the Pull Request

Adds SS3 cursor encoding for cursor keys and home/end button. Reverts a portion of #4913 that checks for VT Input Mode.

PR Checklist

Validation Steps Performed

  1. Open pwsh
  2. run wsl
  3. execute printf "\e[?1h"
  4. verify keys work
  5. exit back to pwsh
  6. verify keys work still (didn't previously)

Also verified that those keys work in vim when connected to my Raspberry Pi over SSH.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/5383 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request Adds SS3 cursor encoding for cursor keys and home/end button. Reverts a portion of #4913 that checks for VT Input Mode. ## PR Checklist * [X] Closes #4873 ## Validation Steps Performed 1. Open pwsh 2. run `wsl` 3. execute `printf "\e[?1h"` 4. verify keys work 5. exit back to pwsh 6. verify keys work still (didn't previously) Also verified that those keys work in vim when connected to my Raspberry Pi over SSH.
claunia added the pull-request label 2026-01-31 09:15:13 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#26301