File

teal-src/util/termcolours.d.tl @ 12784:3b9de8dd71a3

util.openssl: Remove Lua 5.1 os.execute() return value compat
author Kim Alvefur <zash@zash.se>
date Thu, 20 Oct 2022 17:36:05 +0200
parent 12623:b462fbc600f2
line wrap: on
line source

local record lib
	getstring : function (string, string) : string
	getstyle : function (...:string) : string
	setstyle : function (string) : string
	tohtml :  function (string) : string
end
return lib