Skip to content

Commit

Permalink
This fixes #11170, but a test would be nice
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Jan 20, 2022
1 parent f605adc commit 16477b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cascadia/TerminalCore/Terminal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,7 @@ void Terminal::_WriteBuffer(const std::wstring_view& stringView)
}

cursor.EndDeferDrawing();
_NotifyTerminalCursorPositionChanged();
}

void Terminal::_AdjustCursorPosition(const COORD proposedPosition)
Expand Down

0 comments on commit 16477b7

Please sign in to comment.