[PR #9198] [MERGED] Fix FFM to apply only if tab is focused #27462

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9198
Author: @Don-Vito
Created: 2/18/2021
Status: Merged
Merged: 2/18/2021
Merged by: @undefined

Base: mainHead: limit-ffm-to-tab


📝 Commits (1)

  • cc088f1 Fix FFM to apply only if tab is focused

📊 Changes

4 files changed (+16 additions, -1 deletions)

View changed files

📝 src/cascadia/TerminalApp/TerminalTab.cpp (+13 -0)
📝 src/cascadia/TerminalControl/TermControl.cpp (+1 -1)
📝 src/cascadia/TerminalControl/TermControl.h (+1 -0)
📝 src/cascadia/TerminalControl/TermControl.idl (+1 -0)

📄 Description

In the FFM mode, hovering on the pane might dismiss renamer.
To address this we want to make sure that FFM is applied
only if the Terminal Tab is focused.


🔄 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/9198 **Author:** [@Don-Vito](https://github.com/Don-Vito) **Created:** 2/18/2021 **Status:** ✅ Merged **Merged:** 2/18/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `limit-ffm-to-tab` --- ### 📝 Commits (1) - [`cc088f1`](https://github.com/microsoft/terminal/commit/cc088f18b06866035260cfdce7b4c91decb62640) Fix FFM to apply only if tab is focused ### 📊 Changes **4 files changed** (+16 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TerminalTab.cpp` (+13 -0) 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+1 -1) 📝 `src/cascadia/TerminalControl/TermControl.h` (+1 -0) 📝 `src/cascadia/TerminalControl/TermControl.idl` (+1 -0) </details> ### 📄 Description In the FFM mode, hovering on the pane might dismiss renamer. To address this we want to make sure that FFM is applied only if the Terminal Tab is focused. --- <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:22:07 +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#27462