mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
406355df8c
The ESC key generates sequences that are prefix of others. For instance: - ESC => [27] - F1 => [27, 79, 8] As a result, we can't generate the ESC event when receiving [27], because it might be the start of the [27, 79, 8] sequence (or not). Application usually applies a timeout to help detecting the ESC key. This patch introduce a timeout. It is set to 50ms. Bug: https://github.com/ArthurSonzogni/FTXUI/issues/55 |
||
---|---|---|
.. | ||
border.cpp | ||
CMakeLists.txt | ||
color_gallery.cpp | ||
color_info_palette256.cpp | ||
color_info_sorted_2d.ipp | ||
color_truecolor_HSV.cpp | ||
color_truecolor_RGB.cpp | ||
dbox.cpp | ||
gauge.cpp | ||
graph.cpp | ||
hflow.cpp | ||
html_like.cpp | ||
package_manager.cpp | ||
paragraph.cpp | ||
separator.cpp | ||
size.cpp | ||
spinner.cpp | ||
style_blink.cpp | ||
style_bold.cpp | ||
style_color.cpp | ||
style_dim.cpp | ||
style_gallery.cpp | ||
style_inverted.cpp | ||
style_underlined.cpp | ||
vbox_hbox.cpp | ||
window.cpp |