Skip to content

Commit 262293e

Browse files
authored
Merge pull request #6543 from charlesseizilles/patch-1
Allow repeating spinner chars
2 parents ace14b3 + 6b81e96 commit 262293e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

xmake/core/theme/theme.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ function theme._interpreter()
6363
-- define apis
6464
interp:api_define(theme._apis())
6565

66+
-- the spinner should be able to have the same character occur several times
67+
-- cf. https://github.com/xmake-io/xmake/pull/6543#issuecomment-2970305842
68+
interp:deduplication_policy_set("text.spinner.chars", false)
69+
6670
-- save interpreter
6771
theme._INTERPRETER = interp
6872

0 commit comments

Comments
 (0)