From d2c54e27de9eb98bd96c262909d31528f44f45cb Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 28 Oct 2025 22:41:01 +0800 Subject: update progress style name --- xmake/modules/private/action/require/impl/download_packages.lua | 1 - xmake/themes/ninja/xmake.lua | 2 +- 2 files changed, 1 insertion(+), 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 -- cgit v1.3.1