This commit is contained in:
kepler155c@gmail.com
2020-05-10 14:04:42 -06:00
parent d902acacf4
commit 759e4e2b95
4 changed files with 16 additions and 16 deletions

View File

@@ -2,7 +2,6 @@ local Event = require('opus.event')
local Socket = require('opus.socket')
local Util = require('opus.util')
local multishell = _ENV.multishell
local os = _G.os
local remoteId
@@ -23,7 +22,7 @@ local function wrapTerm(socket)
'setTextColor', 'setTextColour', 'setBackgroundColor',
'setBackgroundColour', 'scroll', 'setCursorBlink', }
socket.term = multishell.term
socket.term = _G.device.terminal
socket.oldTerm = Util.shallowCopy(socket.term)
for _,k in pairs(methods) do