[PR #13650] AtlasEngine: Recognize Powerline glyphs #29691

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

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

State: closed
Merged: Yes


This commit makes AtlasEngine recognize Powerline glyphs as box drawing ones.
The extra pixel offsets when determining the scale caused weird artifacts
and thus were removed. It seems like this causes no noticeable regressions.

Closes #13029

Validation Steps Performed

  • Run all values of wchar_t through isInInversionList
    and ensure it produces the expected value
  • Powerline glyphs are correctly scaled with Cascadia Code PL
**Original Pull Request:** https://github.com/microsoft/terminal/pull/13650 **State:** closed **Merged:** Yes --- This commit makes AtlasEngine recognize Powerline glyphs as box drawing ones. The extra pixel offsets when determining the `scale` caused weird artifacts and thus were removed. It seems like this causes no noticeable regressions. Closes #13029 ## Validation Steps Performed * Run all values of `wchar_t` through `isInInversionList` and ensure it produces the expected value ✅ * Powerline glyphs are correctly scaled with Cascadia Code PL ✅
claunia added the pull-request label 2026-01-31 09:36:20 +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#29691