another try at tui

This commit is contained in:
minjaesong
2023-01-10 00:20:23 +09:00
parent 47b3cd0cad
commit edea9648d9
7 changed files with 334 additions and 2 deletions

View File

@@ -47,6 +47,9 @@ class GraphicsJSR223Delegate(private val vm: VM) {
getFirstGPU()?.let { it.ttyBack = b }
}
fun getTextFore() = getFirstGPU()?.ttyFore
fun getTextBack() = getFirstGPU()?.ttyBack
/*fun loadBulk(fromAddr: Int, toAddr: Int, length: Int) {
getFirstGPU()?._loadbulk(fromAddr, toAddr, length)
}