more autoexec

This commit is contained in:
minjaesong
2020-11-04 17:14:47 +09:00
parent ab0827b96c
commit 8643f354e6
3 changed files with 66 additions and 22 deletions

View File

@@ -378,7 +378,7 @@ con.curs_set = function(arg) {
print(String.fromCharCode(27,91)+"?25"+(((arg|0) == 0) ? "l" : "h"));
};
con.reset_graphics = function() {
println(String.fromCharCode(27,91,109));
print(String.fromCharCode(27,91,109));
};
Object.freeze(con);
// system management function