mirror of
https://github.com/microsoft/terminal.git
synced 2026-04-06 22:29:43 +00:00
maybe I'm not that good at coding
This commit is contained in:
@@ -1686,7 +1686,7 @@ namespace winrt::TerminalApp::implementation
|
||||
return _zoomedPane != nullptr;
|
||||
}
|
||||
|
||||
TermControl& _termControlFromPane(const auto& pane)
|
||||
TermControl _termControlFromPane(const auto& pane)
|
||||
{
|
||||
if (const auto content{ pane->GetContent() })
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user