1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-15 14:57:11 +00:00

scrolling term

This commit is contained in:
kepler155c@gmail.com
2019-02-11 20:25:12 -05:00
parent d769b35672
commit 2d411df7d1
3 changed files with 33 additions and 11 deletions

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 = {