Skip to content

Merge TabBase+TerminalTab into just Tab #19136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

DHowett
Copy link
Member

@DHowett DHowett commented Jul 16, 2025

There is still some work to do around the cluster of...

  • GetFocusedTab
  • GetFocusedTabImpl
  • GetTabImpl

Closes #17529

@@ -1559,7 +1558,8 @@ namespace winrt::TerminalApp::implementation
activeTab->ToggleBroadcastInput();
args.Handled(true);
}
// If the focused tab wasn't a TerminalTab, then leave handled=false
// TODO(DH)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I marked this todo not in the scope of this PR, but because after Mike's rewrite we never left handled=false. There will always be a sender or focused tab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant