2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-01 19:23:24 +00:00

change: use c style formatting verbs

This commit is contained in:
TorchedSammy 2021-03-24 23:32:13 -04:00
parent da9cfd5e04
commit 1ee4c10a89

View File

@ -2,7 +2,7 @@
ansikit = require 'ansikit'
prompt(ansikit.text(
'{blue}\u {cyan}\d {green}∆{reset} '
'{blue}%u {cyan}%d {green}∆{reset} '
))
--hook("tab complete", function ())