mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-01 19:23:24 +00:00
docs(libs): add comments to clarify what ansikit should be
This commit is contained in:
parent
52cf7e4799
commit
e6d625012d
@ -1,3 +1,7 @@
|
|||||||
|
-- We're basically porting Ansikit to lua
|
||||||
|
-- https://github.com/Luvella/AnsiKit/blob/master/lib/index.js
|
||||||
|
-- which is made by yours truly sammy :^)
|
||||||
|
|
||||||
local ansikit = {}
|
local ansikit = {}
|
||||||
|
|
||||||
ansikit.getCSI = function (code, endc)
|
ansikit.getCSI = function (code, endc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user