docs: add todo comment

pull/5/head
TorchedSammy 2021-03-19 21:39:42 -04:00
parent d2ec8478ac
commit 50ac5e5772
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ ansikit.text = function (text)
blue = {'{blue}', ansikit.getCSI(34)},
magenta = {'{magenta}', ansikit.getCSI(35)},
cyan = {'{cyan}', ansikit.getCSI(36)}
-- TODO: Background, bright colors
}
for k, v in pairs(colors) do