aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-07-24 21:39:46 +0200
committerKim Alvefur <zash@zash.se>2022-07-24 21:39:46 +0200
commit49497f25d3b9db07521f0a45fa2e949f72dbbf7d (patch)
tree277d3419f619f054ae7f3712433ad369db8ee9ae /teal-src/util
parentf307901a09bbb426ae3e0ccf3dec40b69ef68b8f (diff)
downloadprosody-49497f25d3b9db07521f0a45fa2e949f72dbbf7d.tar.gz
prosody-49497f25d3b9db07521f0a45fa2e949f72dbbf7d.zip
util.termcolours: Add Teal interface description
Diffstat (limited to 'teal-src/util')
-rw-r--r--teal-src/util/termcolours.d.tl7
1 files changed, 7 insertions, 0 deletions
diff --git a/teal-src/util/termcolours.d.tl b/teal-src/util/termcolours.d.tl
new file mode 100644
index 00000000..226259aa
--- /dev/null
+++ b/teal-src/util/termcolours.d.tl
@@ -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