diff options
| author | ruki <[email protected]> | 2020-05-27 23:06:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-27 12:41:56 +0800 |
| commit | b7eb4f8e297d804d237f018d8de310c970d237ed (patch) | |
| tree | 31380991e458147fed8a414ebbbf3e1cbe591694 /xmake/themes/powershell/xmake.lua | |
| parent | 4fc3548931420eb7918b03bffecacbc36b4574cd (diff) | |
improve progress spinner
Diffstat (limited to 'xmake/themes/powershell/xmake.lua')
| -rw-r--r-- | xmake/themes/powershell/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/themes/powershell/xmake.lua b/xmake/themes/powershell/xmake.lua index e2b9a86ea..457b0fad8 100644 --- a/xmake/themes/powershell/xmake.lua +++ b/xmake/themes/powershell/xmake.lua @@ -51,6 +51,9 @@ theme("powershell") -- the building target file set_color("build.target", "cyan bright") + -- the spinner chars + set_text("spinner.chars", '⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏') + -- color dump set_text("dump.default_format", "%s") set_text("dump.udata_format", "%s") |
