termination updates UI

This commit is contained in:
2018-11-26 13:37:27 -05:00
parent 145d9fcf3c
commit 02fc840c4d
3 changed files with 16 additions and 5 deletions

View File

@@ -266,7 +266,7 @@ class B93Interpreter : Interpreter {
outBuf.delete(0, outBuf.length)
outputChanged.invoke(OutputEvent())
ip.mode = IpMode.Inactive
return true
return false
}
private fun pushDig(dig: Char): Boolean {