Mike Griese
2022-07-07 13:03:41 -05:00
parent 76b00e3b31
commit e5fbc1bb11

View File

@@ -2350,7 +2350,10 @@ void SCREEN_INFORMATION::SetTerminalConnection(_In_ VtEngine* const pTtyConnecti
if (pTtyConnection)
{
engine.SetTerminalConnection(pTtyConnection,
std::bind(&StateMachine::FlushToTerminal, _stateMachine.get()));
[this]() -> bool {
ServiceLocator::LocateGlobals().pRender->TriggerFlush(false);
return _stateMachine->FlushToTerminal();
});
}
else
{