FTXUI/include/ftxui/component
Jørn Gustav Larsen 0397a47c46
Enable raw keyboard input
In order for applications to receive all keyboard inputs, including the
Ctrl-C and Ctrl-Z, the raw input mode has been enabled. As result the
SIGINT will no longer be used, instead the keyboard Ctrl-C event is used
for exiting the framework, but only if no components has made use of it.
2024-04-28 10:55:14 +02:00
..
animation.hpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
captured_mouse.hpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
component_base.hpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
component_options.hpp Feature: Dropdown options with callback (#826) 2024-04-06 17:45:10 +02:00
component.hpp Feature: Dropdown options with callback (#826) 2024-04-06 17:45:10 +02:00
event.hpp Enable raw keyboard input 2024-04-28 10:55:14 +02:00
loop.hpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
mouse.hpp Enable raw keyboard input 2024-04-28 10:55:14 +02:00
receiver.hpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
screen_interactive.hpp Restore cursor shape on exit. (#793) (#794) 2023-12-17 10:35:21 +01:00
task.hpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00