[PR #3629] [MERGED] Fixing increase + decrease font size #25452

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/3629
Author: @leonMSFT
Created: 11/19/2019
Status: Merged
Merged: 11/20/2019
Merged by: @zadjii-msft

Base: masterHead: dev/lelian/incdecfontnoworky


📝 Commits (6)

  • b13f74c adding FromJson to AdjustFontSizeArgs
  • 8b0bf0b made a legacy function that just allows you to do 1/-1 delta for adjusting font size
  • 93a04c3 adding test case
  • 4f19641 removing extra quotes
  • 48873a6 comments lmao
  • a00876e FORMATTING WHY

📊 Changes

3 files changed (+64 additions, -2 deletions)

View changed files

📝 src/cascadia/LocalTests_TerminalApp/KeyBindingsTests.cpp (+29 -2)
📝 src/cascadia/TerminalApp/ActionArgs.h (+14 -0)
📝 src/cascadia/TerminalApp/AppKeyBindingsSerialization.cpp (+21 -0)

📄 Description

Summary of the Pull Request

Fixes #3604 where Increase/Decrease font size bindings were not working.

PR Checklist

Validation Steps Performed

Increase and decrease font size works once again!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/3629 **Author:** [@leonMSFT](https://github.com/leonMSFT) **Created:** 11/19/2019 **Status:** ✅ Merged **Merged:** 11/20/2019 **Merged by:** [@zadjii-msft](https://github.com/zadjii-msft) **Base:** `master` ← **Head:** `dev/lelian/incdecfontnoworky` --- ### 📝 Commits (6) - [`b13f74c`](https://github.com/microsoft/terminal/commit/b13f74ca0b459726a45902f895cb70b9978f7a7f) adding FromJson to AdjustFontSizeArgs - [`8b0bf0b`](https://github.com/microsoft/terminal/commit/8b0bf0b7af4ecf28bbd265bc9d27d8542b444a76) made a legacy function that just allows you to do 1/-1 delta for adjusting font size - [`93a04c3`](https://github.com/microsoft/terminal/commit/93a04c3f1796acb69e8efc3cd5ab1093653dab15) adding test case - [`4f19641`](https://github.com/microsoft/terminal/commit/4f196413f835c92c3f7bbefae515be4474bf0595) removing extra quotes - [`48873a6`](https://github.com/microsoft/terminal/commit/48873a616ccc24062d0159604c4cd716e660f7d9) comments lmao - [`a00876e`](https://github.com/microsoft/terminal/commit/a00876e0bb93841a7726d69f63d51616a07d2ec5) FORMATTING WHY ### 📊 Changes **3 files changed** (+64 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/LocalTests_TerminalApp/KeyBindingsTests.cpp` (+29 -2) 📝 `src/cascadia/TerminalApp/ActionArgs.h` (+14 -0) 📝 `src/cascadia/TerminalApp/AppKeyBindingsSerialization.cpp` (+21 -0) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Fixes #3604 where Increase/Decrease font size bindings were not working. <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #3604 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed Increase and decrease font size works once again! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:09:37 +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#25452