FTXUI/src/ftxui/component
Vladislav Nepogodin b4a655ec65
Introduce WithRestoredIO (#307)
This function allow running a callback with the terminal hooks
temporarily uninstalled.

Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
2022-01-19 13:38:39 +01:00
..
button.cpp Prefer std::string over std::wstring. (#179) 2021-08-08 23:25:20 +02:00
catch_event.cpp Prefer std::string over std::wstring. (#179) 2021-08-08 23:25:20 +02:00
checkbox.cpp Fix mouse wheel on checkbox. (#205) 2021-09-16 00:47:31 +02:00
collapsible.cpp Execute IWYU (#299) 2022-01-07 11:03:54 +01:00
component_fuzzer.cpp Fix dropdown fuzzer. (#243) 2021-10-22 14:04:07 +02:00
component_test.cpp Fix compilation errors. (#155) 2021-07-15 22:45:10 +02:00
component.cpp Main (#303) 2022-01-11 23:06:36 +01:00
container_test.cpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
container.cpp Implement flexbox (#277) 2021-12-11 17:58:25 +01:00
dropdown.cpp Implement flexbox (#277) 2021-12-11 17:58:25 +01:00
event.cpp Prefer std::string over std::wstring. (#179) 2021-08-08 23:25:20 +02:00
input_test.cpp Execute IWYU (#299) 2022-01-07 11:03:54 +01:00
input.cpp Execute IWYU (#299) 2022-01-07 11:03:54 +01:00
maybe.cpp The collapsible element. (#294) 2022-01-02 15:48:56 +01:00
menu_test.cpp Clamp selected_ on list resize for Radiobox/Menu/Toggle (#298) 2022-01-06 22:38:32 +01:00
menu.cpp Fix Clamp crash when entries_ size is zero (#306) 2022-01-13 01:46:09 +01:00
radiobox_test.cpp Clamp selected_ on list resize for Radiobox/Menu/Toggle (#298) 2022-01-06 22:38:32 +01:00
radiobox.cpp Fix Clamp crash when entries_ size is zero (#306) 2022-01-13 01:46:09 +01:00
receiver_test.cpp Use IWYU. 2021-05-01 23:19:07 +02:00
renderer.cpp Prefer std::string over std::wstring. (#179) 2021-08-08 23:25:20 +02:00
resizable_split.cpp feat: Support mouse scroll. (#201) 2021-09-08 09:36:37 +02:00
screen_interactive_test.cpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
screen_interactive.cpp Introduce WithRestoredIO (#307) 2022-01-19 13:38:39 +01:00
slider.cpp Prefer std::string over std::wstring. (#179) 2021-08-08 23:25:20 +02:00
terminal_input_parser_test_fuzzer.cpp Add general fuzzer. (#159) 2021-07-17 15:53:25 +02:00
terminal_input_parser_test.cpp Prefer std::string over std::wstring. (#179) 2021-08-08 23:25:20 +02:00
terminal_input_parser.cpp Resolve compile error on cygwin. (#151) 2021-07-14 14:41:31 +02:00
terminal_input_parser.hpp Pass -Wshadow (#97) 2021-05-16 17:18:11 +02:00
toggle_test.cpp Clamp selected_ on list resize for Radiobox/Menu/Toggle (#298) 2022-01-06 22:38:32 +01:00
toggle.cpp Fix Clamp crash when entries_ size is zero (#306) 2022-01-13 01:46:09 +01:00