tvdos: cls to clear out secondary fbuf

This commit is contained in:
minjaesong
2022-05-08 20:54:02 +09:00
parent 979b11b1df
commit 09a7698205
2 changed files with 4 additions and 1 deletions

View File

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