mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-23 11:54:57 -05:00
Fiddle about until it works. Pipe the show/hide status back down from the terminal to the pty host.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user