FTXUI/include/ftxui
Arthur Sonzogni fcd050c017
Table: support initializer list constructor. (#915)
To avoid burdening the user with explicit type construction when using
the library, we can use a constructor that accepts an initializer list
(std::initializer_list). This allows users to pass initializer lists
directly without having to wrap them in
std::vector<std::vector<std::string>>. This resolves the ambiguous case
when the inner list contains only two elements.

Bug:https://github.com/ArthurSonzogni/FTXUI/issues/912
2024-08-13 15:55:09 +02:00
..
component Solve issues with atomic copy (#867) 2024-05-26 15:28:05 +02:00
dom Table: support initializer list constructor. (#915) 2024-08-13 15:55:09 +02:00
screen add missing include guard for screen/pixel.hpp (#890) 2024-06-27 13:07:10 +02:00
util Dropdown: Fix title not updated. (#851) 2024-05-15 18:23:59 +02:00