Make it clear this is testing an ftxui setting.
This commit is contained in:
parent
f223257aad
commit
f6ddf4b03b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ using namespace fmt;
|
||||||
using namespace ftxui;
|
using namespace ftxui;
|
||||||
|
|
||||||
std::string generate_colors() {
|
std::string generate_colors() {
|
||||||
REQUIRE(ftxui::Terminal::ColorSupport() == Terminal::Color::TrueColor);
|
REQUIRE(ftxui::Terminal::ColorSupport() == ftxui::Terminal::Color::TrueColor);
|
||||||
|
|
||||||
const int max_value = 255;
|
const int max_value = 255;
|
||||||
const int value_increment = 8;
|
const int value_increment = 8;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue