diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c754261..6638c271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog ========= -Unreleased +6.0.2 (2025-03-30) ----- ### Component diff --git a/CMakeLists.txt b/CMakeLists.txt index b17da422..c08b9608 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12) project(ftxui LANGUAGES CXX - VERSION 6.0.1 + VERSION 6.0.2 DESCRIPTION "C++ Functional Terminal User Interface." ) diff --git a/README.md b/README.md index 10a478b4..9e892bad 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ include(FetchContent) FetchContent_Declare(ftxui GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui - GIT_TAG v6.0.1 + GIT_TAG v6.0.2 ) FetchContent_GetProperties(ftxui) diff --git a/src/ftxui/dom/node.cpp b/src/ftxui/dom/node.cpp index f17631bb..e610a2fb 100644 --- a/src/ftxui/dom/node.cpp +++ b/src/ftxui/dom/node.cpp @@ -145,7 +145,7 @@ void Render(Screen& screen, Node* node, Selection& selection) { // https://github.com/microsoft/terminal/issues/1203 // https://github.com/microsoft/terminal/issues/3093 && - !node->requirement().focused.cursor_shape == Screen::Cursor::Shape::Hidden + node->requirement().focused.cursor_shape != Screen::Cursor::Shape::Hidden #endif ) { screen.SetCursor(Screen::Cursor{