1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-19 22:58:06 +00:00

pure lua compatiblity fixes for moonlight, busted, etc

This commit is contained in:
kepler155c@gmail.com
2020-06-09 18:16:51 -06:00
parent 039fa73749
commit e9580d67eb
8 changed files with 133 additions and 73 deletions

View File

@@ -20,7 +20,7 @@ local w, h = term.getSize()
kernel.terminal = term.current()
kernel.window = Terminal.window(kernel.terminal, 1, 1, w, h, false)
kernel.window.setMaxScroll(100)
kernel.window.setMaxScroll(200)
local focusedRoutineEvents = Util.transpose {
'char', 'key', 'key_up',