From d769b3567284f78eac88dc339f5ec154662e4808 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Sun, 10 Feb 2019 23:40:23 -0500 Subject: [PATCH] pull out shell scrolling til fixed --- sys/apps/shell | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/apps/shell b/sys/apps/shell index d9da2e2..e1010fb 100644 --- a/sys/apps/shell +++ b/sys/apps/shell @@ -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 = {