mirror of
https://github.com/kepler155c/opus
synced 2025-03-13 04:28:09 +00:00
pull out shell scrolling til fixed
This commit is contained in:
parent
2eab8b99de
commit
d769b35672
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user