update fmt lib

This commit is contained in:
Evgeny
2022-06-24 13:17:57 +03:00
parent d800329bd6
commit 2859f0b644
2 changed files with 19 additions and 2 deletions

View File

@@ -12,7 +12,10 @@ function on_resume()
fmt.blue("blue"),
fmt.colored("lime", "#00FF00"),
fmt.bg_colored(fmt.colored("lime background", "#000000"), "#00FF00"),
fmt.small("small font"),
fmt.big("big font"),
fmt.space().."start with space",
fmt.space(4).."start with tab",
fmt.escape("<b>not parsed</b>"),
}
end