mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-07 22:14:03 +09:00
tvdos: cls to clear out secondary fbuf
This commit is contained in:
@@ -275,6 +275,7 @@ shell.coreutils = {
|
||||
cls: function(args) {
|
||||
con.clear();
|
||||
graphics.clearPixels(255);
|
||||
graphics.clearPixels2(240);
|
||||
},
|
||||
exit: function(args) {
|
||||
cmdExit = true;
|
||||
|
||||
Reference in New Issue
Block a user