Skip to content
Snippets Groups Projects
Commit ad6d7b26 authored by mcmlxxix's avatar mcmlxxix
Browse files

home cursor on erase()

parent 4b58d1df
No related branches found
No related tags found
No related merge requests found
...@@ -950,6 +950,7 @@ Frame.prototype.erase(ch, attr) { ...@@ -950,6 +950,7 @@ Frame.prototype.erase(ch, attr) {
this.__properties__.display.updateChar(this, x, y); this.__properties__.display.updateChar(this, x, y);
} }
} }
this.home();
} }
Frame.prototype.clearline = function(attr) { Frame.prototype.clearline = function(attr) {
if(attr == undefined) if(attr == undefined)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment