mirror of https://github.com/Hilbis/Hilbish
docs(libs): add comments to clarify what ansikit should be
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…
Reference in New Issue