From 2b51b66185a59e0d3d103bcb76aba11e9e0a64f0 Mon Sep 17 00:00:00 2001 From: cyberbit Date: Sat, 2 Dec 2023 18:39:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20add=20header=20to=20installer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/telem/bin/install.lua | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/telem/bin/install.lua b/src/telem/bin/install.lua index 084efff..f0a9cef 100644 --- a/src/telem/bin/install.lua +++ b/src/telem/bin/install.lua @@ -1,10 +1,12 @@ --- BEGIN PRIME UI :D - --- PrimeUI by JackMacWindows --- Public domain/CC0 --- Packaged from https://github.com/MCJack123/PrimeUI +-- Telem Installer by cyberbit +-- MIT License +-- Version 2023-12-02 local ui = (function () + -- PrimeUI by JackMacWindows + -- Public domain/CC0 + -- Packaged from https://github.com/MCJack123/PrimeUI + local a=require"cc.expect".expect;local b={} do local c={}local d; function b.addTask(e)a(1,e,"function")local f={coro=coroutine.create(e)}c[#c+1]=f;_,f.filter=coroutine.resume(f.coro)end; @@ -34,11 +36,8 @@ local ui = (function () return b end)() --- END PRIME UI D: - local termW, termH = term.getSize() --- pocket: 27,21 local boxSizing = { mainPadding = 2 }