Add the modal dialog example.

New component: clear_under.
This commit is contained in:
ArthurSonzogni
2020-08-26 17:58:18 +02:00
committed by Arthur Sonzogni
parent 5a8ed208da
commit 4ad4946de3
5 changed files with 170 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ execute_process(
project(ftxui
LANGUAGES CXX
VERSION 0.2.${git_version}
VERSION 0.3.${git_version}
)
option(FTXUI_BUILD_EXAMPLES "Set to ON to build examples" ON)
@@ -41,6 +41,7 @@ add_library(dom
src/ftxui/dom/blink.cpp
src/ftxui/dom/bold.cpp
src/ftxui/dom/border.cpp
src/ftxui/dom/clear_under.cpp
src/ftxui/dom/color.cpp
src/ftxui/dom/composite_decorator.cpp
src/ftxui/dom/dbox.cpp