1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-17 16:57:39 +00:00

package management

This commit is contained in:
kepler155c@gmail.com
2018-11-03 18:13:41 -04:00
parent 88f126bf2f
commit c478781cba
10 changed files with 110 additions and 43 deletions

View File

@@ -568,10 +568,10 @@ local function shellRead(history)
local ie = Input:translate(event, p1, p2, p3)
if ie then
if ie.code == 'scroll_up' then
terminal.scrollUp()
--terminal.scrollUp()
elseif ie.code == 'scroll_down' then
terminal.scrollDown()
--terminal.scrollDown()
elseif ie.code == 'terminate' then
bExit = true