FTXUI/src/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.cpp Fix format. Try compile on Windows. 2020-03-22 22:32:44 +01:00
component.cpp Fix format. Try compile on Windows. 2020-03-22 22:32:44 +01:00
container_test.cpp Add ContainerTest 2020-03-27 01:01:37 +01:00
container.cpp Fix bug with container on Windows. 2020-04-17 01:15:17 +02:00
event.cpp Fix compile error on OS where char is signed. 2020-03-25 02:01:31 +01:00
input.cpp Set clang-format macro indent. 2020-03-23 21:26:00 +01:00
menu.cpp Set clang-format macro indent. 2020-03-23 21:26:00 +01:00
radiobox_test.cpp Run clang-format. 2020-03-27 01:42:46 +01:00
radiobox.cpp Set clang-format macro indent. 2020-03-23 21:26:00 +01:00
receiver_test.cpp Run clang-format. 2020-03-27 01:42:46 +01:00
screen_interactive.cpp Fix missing include. 2020-03-25 18:31:27 +01:00
toggle_test.cpp Run clang-format. 2020-03-27 01:42:46 +01:00
toggle.cpp Set clang-format macro indent. 2020-03-23 21:26:00 +01:00