FTXUI/include/ftxui/component
Arthur Sonzogni c5ef0c7fb5 feat: Dropdown select menu. (#214)
Dom
 - `vscroll_indicator`. Show a scrollback indicator on the right.

Component
 - `Maybe`: Display an component conditionnally based on a boolean.
 - `Dropdown`: A dropdown select list.

This address:
https://github.com/ArthurSonzogni/FTXUI/issues/204
2021-09-30 20:55:47 +02:00
..
captured_mouse.hpp Remove explicit default destructors (#157) 2021-07-17 12:02:08 +02:00
component_base.hpp Add non focusable components. (#172) 2021-08-05 22:40:40 +02:00
component_options.hpp Run IWYU. (#208) 2021-09-16 20:45:26 +02:00
component.hpp feat: Dropdown select menu. (#214) 2021-09-30 20:55:47 +02:00
deprecated.hpp Prefer std::string over std::wstring. (#179) 2021-08-08 23:25:20 +02:00
event.hpp feat: Dropdown select menu. (#214) 2021-09-30 20:55:47 +02:00
mouse.hpp Use IWYU. 2021-05-01 23:19:07 +02:00
receiver.hpp Execute IWYU and format. 2021-06-21 23:10:51 +02:00
screen_interactive.hpp Run IWYU. (#208) 2021-09-16 20:45:26 +02:00