[PR #9494] Make font name comparison case-insensitive #27603

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

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

State: closed
Merged: No


Make font name comparison case-insensitive, so a warning message won't
be displayed when settings contain a font name with the wrong case.

Pros:

  • The warning message isn't shown.

Cons:

  • If one clicks the Save button on SUI, the fallback font will be
    applied. That happens because the selected font face in SUI is
    fallback font.

Should we also silently change the font face in the settings in that case?

Fixes #9360

**Original Pull Request:** https://github.com/microsoft/terminal/pull/9494 **State:** closed **Merged:** No --- Make font name comparison case-insensitive, so a warning message won't be displayed when settings contain a font name with the wrong case. Pros: * The warning message isn't shown. Cons: * If one clicks the `Save` button on SUI, the fallback font will be applied. That happens because the selected font face in SUI is fallback font. Should we also silently change the font face in the settings in that case? Fixes #9360
claunia added the pull-request label 2026-01-31 09:22:57 +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#27603