mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +09:00
cmd: cls to also clear pixels
This commit is contained in:
@@ -274,6 +274,7 @@ shell.coreutils = {
|
||||
},
|
||||
cls: function(args) {
|
||||
con.clear();
|
||||
graphics.clearPixels(255);
|
||||
},
|
||||
exit: function(args) {
|
||||
cmdExit = true;
|
||||
|
||||
Reference in New Issue
Block a user