We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ace14b3 + 6b81e96 commit 262293eCopy full SHA for 262293e
xmake/core/theme/theme.lua
@@ -63,6 +63,10 @@ function theme._interpreter()
63
-- define apis
64
interp:api_define(theme._apis())
65
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
+
70
-- save interpreter
71
theme._INTERPRETER = interp
72
0 commit comments