visual tweaks

This commit is contained in:
2018-11-26 12:35:47 -05:00
parent ff4b2600a1
commit 57520ef947
9 changed files with 124 additions and 62 deletions

View File

@@ -29,7 +29,7 @@ class B93Interpreter : Interpreter {
override val stdInput = LinkedList<Char>()
override val stdOutput = LinkedList<String>()
private var outBuf: StringBuffer = StringBuffer()
private var bufLimit = 10
private var bufLimit = 0
private val fungeMods = HashMap<Vec,Value>()