Software /
code /
prosody
Comparison
teal-src/util/termcolours.d.tl @ 12623:b462fbc600f2
util.termcolours: Add Teal interface description
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 24 Jul 2022 21:39:46 +0200 |
comparison
equal
deleted
inserted
replaced
12622:ef59fb975d3e | 12623:b462fbc600f2 |
---|---|
1 local record lib | |
2 getstring : function (string, string) : string | |
3 getstyle : function (...:string) : string | |
4 setstyle : function (string) : string | |
5 tohtml : function (string) : string | |
6 end | |
7 return lib |