1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-30 23:23:03 +00:00

kernel improvements

This commit is contained in:
kepler155c@gmail.com
2020-05-08 22:32:44 -06:00
parent 71bbd2d457
commit b0db0b86bd
7 changed files with 87 additions and 83 deletions

View File

@@ -26,7 +26,7 @@ local function systemLog()
if y > 1 then
local currentTab = kernel.getFocused()
if currentTab == routine then
if currentTab.terminal.scrollUp and not currentTab.terminal.noAutoScroll then
if currentTab.terminal.scrollUp then
if dir == -1 then
currentTab.terminal.scrollUp()
else