FTXUI/include/ftxui/component
ArthurSonzogni a09ebcc442 Fix bug with container on Windows.
This fix the bug from:
https://github.com/ArthurSonzogni/FTXUI/pull/11

About:
~~~
Bug: Focus handling not working

in the examples (e.g. checkbox.cpp) I can toggle the individual
checkboxes but I cannot move between items, I tried to understand the
focus implementation but am I unsure which keypresses would move focus
between different components
~~~
2020-04-17 01:15:17 +02:00
..
checkbox.hpp Set clang-format macro indent. 2020-03-23 21:26:00 +01:00
component.hpp Set clang-format macro indent. 2020-03-23 21:26:00 +01:00
container.hpp Fix bug with container on Windows. 2020-04-17 01:15:17 +02:00
event.hpp Switch name Producer/Consumer -> Sender/Receiver 2020-03-25 00:07:41 +01:00
input.hpp Set clang-format macro indent. 2020-03-23 21:26:00 +01:00
menu.hpp Set clang-format macro indent. 2020-03-23 21:26:00 +01:00
radiobox.hpp Set clang-format macro indent. 2020-03-23 21:26:00 +01:00
receiver.hpp Run test on travis. 2020-04-16 23:21:06 +02:00
screen_interactive.hpp Switch name Producer/Consumer -> Sender/Receiver 2020-03-25 00:07:41 +01:00
toggle.hpp Set clang-format macro indent. 2020-03-23 21:26:00 +01:00