mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-12 22:16:05 +09:00
getting rid of old filesystem functions
This commit is contained in:
@@ -439,6 +439,9 @@ con.move = function(y, x) {
|
||||
con.addch = function(c) {
|
||||
graphics.putSymbol(c|0);
|
||||
};
|
||||
con.prnch = function(c) {
|
||||
print("\x84"+c+"u");
|
||||
};
|
||||
con.mvaddch = function(y, x, c) {
|
||||
con.move(y, x); con.addch(c);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user