mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 10:34:06 +09:00
blink -> setCursorBlink
Former-commit-id: 37105b9ce26db26b45b649bbe4b9c0718792f4fb Former-commit-id: 10252f6825fa6afa0942220dee4f568be21fe64b
This commit is contained in:
@@ -29,7 +29,7 @@ class BaseTerrarumComputer(val term: Teletype? = null) {
|
||||
|
||||
val DEBUG_UNLIMITED_MEM = false
|
||||
|
||||
val luaJ_globals: Globals = JsePlatform.standardGlobals()
|
||||
val luaJ_globals: Globals = JsePlatform.debugGlobals()
|
||||
|
||||
var termOut: PrintStream? = null
|
||||
private set
|
||||
|
||||
Reference in New Issue
Block a user