add flush
parent
363ce6a5db
commit
0890663f7a
|
@ -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
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue