mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-09 22:54:03 +09:00
cmd: cls to also clear pixels
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user