[PR #17332] Cursor coordinates are viewport-relative #31191

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

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

State: closed
Merged: Yes


The changeset is rather self-explanatory.
Some things in the rendering code are in
absolute and some things are in relative
coordinates. Cursor coordinates belong to
the latter. It's a bit confusing.

Closes #17310

Validation Steps Performed

  • Use the GDI text renderer
  • Use cmd
  • Press and hold Enter
  • No more ghostly cursors
**Original Pull Request:** https://github.com/microsoft/terminal/pull/17332 **State:** closed **Merged:** Yes --- The changeset is rather self-explanatory. Some things in the rendering code are in absolute and some things are in relative coordinates. Cursor coordinates belong to the latter. It's a bit confusing. Closes #17310 ## Validation Steps Performed * Use the GDI text renderer * Use cmd * Press and hold Enter * No more ghostly cursors ✅
claunia added the pull-request label 2026-01-31 09:45:41 +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#31191