Update startup.lua

This commit is contained in:
2025-11-21 04:21:05 +00:00
parent b464270e60
commit 6068162d6a

View File

@@ -8,7 +8,7 @@ local wrap = require("cc.strings").wrap
_G.threads = {} _G.threads = {}
_G.windows = {} _G.windows = {}
_G.keybinds = {} _G.keybinds = {}
local nterm = term.native() local nterm = term
local sx,sy = term.getSize() local sx,sy = term.getSize()
local term = window.create("",sx,sy,1,1,true) local term = window.create("",sx,sy,1,1,true)
local event = { n = 0 } local event = { n = 0 }