[PR #11023] [MERGED] Fix directional movement during startup #28355

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11023
Author: @Rosefield
Created: 8/24/2021
Status: ✅ Merged
Merged: 8/24/2021
Merged by: @undefined

Base: main ← Head: bug/move-focus-direction-commandline-not-working


📝 Commits (1)

  • 20cfc32 Try to add directional movement support during startup/multi command usage

📊 Changes

3 files changed (+107 additions, -35 deletions)

View changed files

📝 .github/actions/spelling/allow/apis.txt (+2 -0)
📝 src/cascadia/TerminalApp/Pane.cpp (+102 -34)
📝 src/cascadia/TerminalApp/Pane.h (+3 -1)

📄 Description

During startup we do not have real dimensions, so we have to guess what
our dimensions should be based off of the splits.

We'll augment the state of the pane search to also have a size in each
dimension that gets incrementally upgraded as we recurse through the
tree.

References #10978


🔄 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/11023 **Author:** [@Rosefield](https://github.com/Rosefield) **Created:** 8/24/2021 **Status:** ✅ Merged **Merged:** 8/24/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `bug/move-focus-direction-commandline-not-working` --- ### 📝 Commits (1) - [`20cfc32`](https://github.com/microsoft/terminal/commit/20cfc32710370dabe8f78980d5b76a4eece6adee) Try to add directional movement support during startup/multi command usage ### 📊 Changes **3 files changed** (+107 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/spelling/allow/apis.txt` (+2 -0) 📝 `src/cascadia/TerminalApp/Pane.cpp` (+102 -34) 📝 `src/cascadia/TerminalApp/Pane.h` (+3 -1) </details> ### 📄 Description During startup we do not have real dimensions, so we have to guess what our dimensions should be based off of the splits. We'll augment the state of the pane search to also have a size in each dimension that gets incrementally upgraded as we recurse through the tree. References #10978 --- <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:27:58 +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#28355