Software /
code /
prosody
Changeset
12623:b462fbc600f2
util.termcolours: Add Teal interface description
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 24 Jul 2022 21:39:46 +0200 |
parents | 12622:ef59fb975d3e |
children | 12624:7eca6c919d5e |
files | teal-src/util/termcolours.d.tl |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/teal-src/util/termcolours.d.tl Sun Jul 24 21:39:46 2022 +0200 @@ -0,0 +1,7 @@ +local record lib + getstring : function (string, string) : string + getstyle : function (...:string) : string + setstyle : function (string) : string + tohtml : function (string) : string +end +return lib