mirror of
https://github.com/microsoft/terminal.git
synced 2026-02-07 05:39:46 +00:00
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user