fixed missing char event in windowContext
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user