diff options
| author | ruki <[email protected]> | 2025-10-28 22:41:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-10-28 22:41:01 +0800 |
| commit | d2c54e27de9eb98bd96c262909d31528f44f45cb (patch) | |
| tree | 922efc5272245d129e210d22aeec43f2b6a307a8 | |
| parent | 0b7297bf243e4a8224d3a2eab9b205b969b88d77 (diff) | |
update progress style name
| -rw-r--r-- | xmake/modules/private/action/require/impl/download_packages.lua | 1 | ||||
| -rw-r--r-- | xmake/themes/ninja/xmake.lua | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/xmake/modules/private/action/require/impl/download_packages.lua b/xmake/modules/private/action/require/impl/download_packages.lua index 12ed3908b..4dfe1db9b 100644 --- a/xmake/modules/private/action/require/impl/download_packages.lua +++ b/xmake/modules/private/action/require/impl/download_packages.lua @@ -28,7 +28,6 @@ import("async.runjobs") import("utils.progress") import("net.fasturl") import("private.action.require.impl.package") -import("private.action.require.impl.lock_packages") import("private.action.require.impl.register_packages") import("private.action.require.impl.actions.download", {alias = "action_download"}) diff --git a/xmake/themes/ninja/xmake.lua b/xmake/themes/ninja/xmake.lua index 380f2fec2..99f45e49b 100644 --- a/xmake/themes/ninja/xmake.lua +++ b/xmake/themes/ninja/xmake.lua @@ -43,7 +43,7 @@ theme("ninja") -- the building progress set_text("build.progress_format", "[%3d%%]") - set_text("build.progress_style", "noscroll") + set_text("build.progress_style", "singlerow_refresh") set_color("build.progress", "green bright") -- the building object file |
