BIG FORMATING COMMIT
This commit is contained in:
@@ -21,7 +21,7 @@ class TermBuffer implements TermWriteable {
|
||||
private var cursorPos:Pos = {x: 0, y: 0};
|
||||
private var currentTextColor:Color = White;
|
||||
private var currentBgColor:Color = Black;
|
||||
private var cursorBlink: Bool = false;
|
||||
private var cursorBlink:Bool = false;
|
||||
private var size:Vec2<Int> = {x: 51, y: 19}; // Default size set to default size of the main terminal
|
||||
|
||||
public final onResize:Signal<Vec2<Int>>;
|
||||
@@ -178,6 +178,6 @@ class TermBuffer implements TermWriteable {
|
||||
this.setBackgroundColor(Black);
|
||||
this.setTextColor(White);
|
||||
this.clear();
|
||||
this.setCursorPos(0,0);
|
||||
this.setCursorPos(0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user