fixed missing char event in windowContext

This commit is contained in:
2022-12-15 14:20:46 +01:00
parent 209e40d0d5
commit 1863462b44
3 changed files with 11 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ class TermBuffer implements TermWriteable {
target.setCursorPos(cursorPos.x, cursorPos.y);
target.setTextColor(currentTextColor);
target.setBackgroundColor(currentBgColor);
target.setCursorBlink(cursorBlink);
}
private function safeWriteScreenBuffer(pos:Pos, char:String) {