Fiddle about until it works. Pipe the show/hide status back down from the terminal to the pty host.

This commit is contained in:
Michael Niksa
2022-02-22 15:13:45 -08:00
parent f4dc55df29
commit 1a8494f969
26 changed files with 125 additions and 64 deletions

View File

@@ -1745,6 +1745,11 @@ namespace winrt::Microsoft::Terminal::Control::implementation
}
}
void ControlCore::WindowVisibilityChanged(const bool showOrHide)
{
_terminal->UpdateVisibility(showOrHide);
}
bool ControlCore::_isBackgroundTransparent()
{
// If we're: