[PR #15427] AtlasEngine: Fix cursor invalidation for BackendD2D #30634

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

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

State: closed
Merged: Yes


TIL: CreateCompatibleRenderTarget does not initialize the bitmap
it returns. You got to do that yourself just like in D3D.

Validation Steps Performed

  • Set ATLAS_DEBUG_FORCE_D2D_MODE to 1
  • Changing the cursor in the settings immediately updates it
**Original Pull Request:** https://github.com/microsoft/terminal/pull/15427 **State:** closed **Merged:** Yes --- TIL: `CreateCompatibleRenderTarget` does not initialize the bitmap it returns. You got to do that yourself just like in D3D. ## Validation Steps Performed * Set `ATLAS_DEBUG_FORCE_D2D_MODE` to 1 * Changing the cursor in the settings immediately updates it ✅
claunia added the pull-request label 2026-01-31 09:41:59 +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#30634