mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Compare commits
2 Commits
copilot/fi
...
78f8cf08aa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78f8cf08aa | ||
|
|
3427da0cc0 |
@@ -15,6 +15,14 @@
|
||||
#include "ftxui/component/component_base.hpp" // for Component
|
||||
#include "ftxui/screen/color.hpp" // for Color, Color::GrayDark, Color::White
|
||||
|
||||
#if defined(max)
|
||||
#undef max
|
||||
#endif
|
||||
|
||||
#if defined(min)
|
||||
#undef min
|
||||
#endif
|
||||
|
||||
namespace ftxui {
|
||||
|
||||
/// @brief arguments for transform from |ButtonOption|, |CheckboxOption|,
|
||||
|
||||
Reference in New Issue
Block a user