cmd: cls to also clear pixels

This commit is contained in:
minjaesong
2021-04-27 16:04:25 +09:00
parent eb58838a57
commit e232181f3d

View File

@@ -274,6 +274,7 @@ shell.coreutils = {
}, },
cls: function(args) { cls: function(args) {
con.clear(); con.clear();
graphics.clearPixels(255);
}, },
exit: function(args) { exit: function(args) {
cmdExit = true; cmdExit = true;