Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
GUI 3 fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
ajh123 committed Aug 21, 2022
1 parent d66e2e2 commit f314927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ end
parallel.waitForAll(table.unpack(downloads))
print("Finished downloading GuiH")

local g_win = window.create(term.current(),1,1,term.getSize())
w,h = (w ~= "") and w or "25",(h ~= "") and h or "15"
local api = require "/tmp/GuiH"
local gui = api.create_gui(g_win)
Expand Down

0 comments on commit f314927

Please sign in to comment.