From f68336b96e0d843511bb1bd3fdac8bba2fe4573a Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 23 Mar 2023 13:36:52 +0100 Subject: teal: Move into prosody namespace --- teal-src/util/termcolours.d.tl | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 teal-src/util/termcolours.d.tl (limited to 'teal-src/util/termcolours.d.tl') diff --git a/teal-src/util/termcolours.d.tl b/teal-src/util/termcolours.d.tl deleted file mode 100644 index 226259aa..00000000 --- a/teal-src/util/termcolours.d.tl +++ /dev/null @@ -1,7 +0,0 @@ -local record lib - getstring : function (string, string) : string - getstyle : function (...:string) : string - setstyle : function (string) : string - tohtml : function (string) : string -end -return lib -- cgit v1.2.3