From 1daed326427f5f68284207e13c5b5415d51e8069 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Thu, 3 Jul 2025 21:28:47 +0200 Subject: [PATCH] fix: ongoing status line flickering (#1973) --- alire.toml | 2 +- deps/simple_logging | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alire.toml b/alire.toml index ad2471f6..67c68410 100644 --- a/alire.toml +++ b/alire.toml @@ -107,7 +107,7 @@ commit = "4861e32bd8a2f0df038d3ecc9a72b6381e7a34cc" [pins.simple_logging] url = "https://github.com/alire-project/simple_logging" -commit = "3505dc645f3eef6799a486aae223d37e88cfc4d5" +commit = "a8561d302beb037887cb9980319039c5f86ad9c8" [pins.si_units] url = "https://github.com/mosteo/si_units" diff --git a/deps/simple_logging b/deps/simple_logging index 3505dc64..a8561d30 160000 --- a/deps/simple_logging +++ b/deps/simple_logging @@ -1 +1 @@ -Subproject commit 3505dc645f3eef6799a486aae223d37e88cfc4d5 +Subproject commit a8561d302beb037887cb9980319039c5f86ad9c8 -- 2.39.5