Annotate

teal-src/util/termcolours.d.tl @ 12945:d2c1c327a4d1

util.sasl.{scram,plain}: Pass authzid to SASL profile callback For potential future use. Used for logging into a different account than the one used for authentication.
author Kim Alvefur <zash@zash.se>
date Thu, 16 Mar 2023 13:57:30 +0100
parent 12623:b462fbc600f2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12623
b462fbc600f2 util.termcolours: Add Teal interface description
Kim Alvefur <zash@zash.se>
parents:
diff changeset
1 local record lib
b462fbc600f2 util.termcolours: Add Teal interface description
Kim Alvefur <zash@zash.se>
parents:
diff changeset
2 getstring : function (string, string) : string
b462fbc600f2 util.termcolours: Add Teal interface description
Kim Alvefur <zash@zash.se>
parents:
diff changeset
3 getstyle : function (...:string) : string
b462fbc600f2 util.termcolours: Add Teal interface description
Kim Alvefur <zash@zash.se>
parents:
diff changeset
4 setstyle : function (string) : string
b462fbc600f2 util.termcolours: Add Teal interface description
Kim Alvefur <zash@zash.se>
parents:
diff changeset
5 tohtml : function (string) : string
b462fbc600f2 util.termcolours: Add Teal interface description
Kim Alvefur <zash@zash.se>
parents:
diff changeset
6 end
b462fbc600f2 util.termcolours: Add Teal interface description
Kim Alvefur <zash@zash.se>
parents:
diff changeset
7 return lib