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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user