mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-17 08:16:06 +09:00
more autoexec
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user