add flush

main
Brett 2025-03-12 17:30:49 -04:00
parent 363ce6a5db
commit 0890663f7a
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.20)
include(cmake/color.cmake)
set(BLT_VERSION 5.2.16)
set(BLT_VERSION 5.2.17)
set(BLT_TARGET BLT)

@ -1 +1 @@
Subproject commit 7ef2e733416953b222851f9a360d7fc72d068ee5
Subproject commit 154c63489e84d5569d3b466342a2ae8fd99e4734

View File

@ -208,6 +208,6 @@ namespace blt::logging
status_bar_t::~status_bar_t()
{
std::cout << ansi::cursor::show_cursor;
std::cout << ansi::cursor::show_cursor << std::flush;
}
}