FTXUI/include/ftxui/util
Arthur Sonzogni 455998d759
Remove Ref<XxxOption> and add new interfaces. (#686)
1. Stop taking Ref<XxxOption> in Component constructors. Instead, use
   the XxxOption directly. Passing by copy avoid problems developers had
   where one was shared in between multiple component, causing issues.

2. Add variants of most component constructors taking a struct only.

This replaces:
https://github.com/ArthurSonzogni/FTXUI/pull/670

This fixes:
https://github.com/ArthurSonzogni/FTXUI/issues/426
2023-06-25 17:22:05 +02:00
..
autoreset.hpp Include utility header in autoreset.hpp for std::move 2021-06-07 10:10:34 +02:00
ref.hpp Remove Ref<XxxOption> and add new interfaces. (#686) 2023-06-25 17:22:05 +02:00