command.js to run batch file

This commit is contained in:
minjaesong
2020-11-04 16:10:33 +09:00
parent 3b2870ec9c
commit ab0827b96c
7 changed files with 26 additions and 10 deletions

View File

@@ -371,6 +371,7 @@ class GraphicsAdapter(val vm: VM, val lcdMode: Boolean = false, lcdInvert: Boole
else if (arg == 0) {
ttyFore = TTY_FORE_DEFAULT
ttyBack = TTY_BACK_DEFAULT
blinkCursor = true
}
}