Update startup.lua
This commit is contained in:
@@ -8,7 +8,7 @@ local wrap = require("cc.strings").wrap
|
||||
_G.threads = {}
|
||||
_G.windows = {}
|
||||
_G.keybinds = {}
|
||||
local nterm = term.native()
|
||||
local nterm = term
|
||||
local sx,sy = term.getSize()
|
||||
local term = window.create("",sx,sy,1,1,true)
|
||||
local event = { n = 0 }
|
||||
|
||||
Reference in New Issue
Block a user