[PR #4154] [MERGED] Add a setting to disable pane snapping #25662

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/4154
Author: @zadjii-msft
Created: 1/8/2020
Status: Merged
Merged: 1/9/2020
Merged by: @undefined

Base: masterHead: dev/migrie/f/3995-chonkyResize


📝 Commits (2)

  • 9578a66 Add a setting to disable pane snapping
  • b66fff1 Update the schemas too, I'm not a monster

📊 Changes

6 files changed (+29 additions, -2 deletions)

View changed files

📝 doc/cascadia/SettingsSchema.md (+1 -0)
📝 doc/cascadia/profiles.schema.json (+5 -0)
📝 src/cascadia/TerminalApp/GlobalAppSettings.cpp (+7 -0)
📝 src/cascadia/TerminalApp/GlobalAppSettings.h (+2 -0)
📝 src/cascadia/TerminalApp/TerminalPage.cpp (+13 -2)
📝 src/cascadia/TerminalApp/defaults.json (+1 -0)

📄 Description

Summary of the Pull Request

Adds a setting snapToGridOnResize to disable snapping the window on resize, and defaults it to false.

References

Introduced by pr #3181

PR Checklist


🔄 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/4154 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 1/8/2020 **Status:** ✅ Merged **Merged:** 1/9/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `dev/migrie/f/3995-chonkyResize` --- ### 📝 Commits (2) - [`9578a66`](https://github.com/microsoft/terminal/commit/9578a66bf45934caada30968b445d05c90445cf3) Add a setting to disable pane snapping - [`b66fff1`](https://github.com/microsoft/terminal/commit/b66fff17129a41f2fd6171a613c8e335afce366c) Update the schemas too, I'm not a monster ### 📊 Changes **6 files changed** (+29 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `doc/cascadia/SettingsSchema.md` (+1 -0) 📝 `doc/cascadia/profiles.schema.json` (+5 -0) 📝 `src/cascadia/TerminalApp/GlobalAppSettings.cpp` (+7 -0) 📝 `src/cascadia/TerminalApp/GlobalAppSettings.h` (+2 -0) 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+13 -2) 📝 `src/cascadia/TerminalApp/defaults.json` (+1 -0) </details> ### 📄 Description ## Summary of the Pull Request Adds a setting `snapToGridOnResize` to disable snapping the window on resize, and defaults it to `false`. ## References Introduced by pr #3181 ## PR Checklist * [x] Closes #3995 * [x] I work here * [ ] Tests added/passed * [ ] Requires documentation to be updated --- <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:10: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#25662