Develop 1.8 #20

Merged
Kan18 merged 242 commits from develop-1.8 into master-1.8 2019-11-10 20:52:08 -05:00
Showing only changes of commit d769b35672 - Show all commits

View File

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