1
0
mirror of https://github.com/kepler155c/opus synced 2024-06-16 18:30:01 +00:00

pull out shell scrolling til fixed

This commit is contained in:
kepler155c@gmail.com 2019-02-10 23:40:23 -05:00
parent 2eab8b99de
commit d769b35672

View File

@ -371,10 +371,10 @@ local oldTerm
local terminal = term.current() local terminal = term.current()
if not terminal.scrollUp then if not terminal.scrollUp then
local Terminal = require('terminal') -- local Terminal = require('terminal')
terminal = Terminal.window(term.current()) -- terminal = Terminal.window(term.current())
terminal.setMaxScroll(200) -- terminal.setMaxScroll(200)
oldTerm = term.redirect(terminal) -- oldTerm = term.redirect(terminal)
end end
local config = { local config = {