-
- Downloads
Featre: Support ctrl+arrow in input. (#494)
CTRL+LEFT: Move the cursor to the beginning of the word. CTRL+RIGHT: Move the cursor to the beginning of the word. This was requested by: https://github.com/ArthurSonzogni/FTXUI/issues/490
Showing
- CHANGELOG.md 1 addition, 0 deletionsCHANGELOG.md
- include/ftxui/component/event.hpp 5 additions, 0 deletionsinclude/ftxui/component/event.hpp
- include/ftxui/screen/string.hpp 27 additions, 0 deletionsinclude/ftxui/screen/string.hpp
- src/ftxui/component/event.cpp 24 additions, 20 deletionssrc/ftxui/component/event.cpp
- src/ftxui/component/input.cpp 74 additions, 1 deletionsrc/ftxui/component/input.cpp
- src/ftxui/component/input_test.cpp 118 additions, 0 deletionssrc/ftxui/component/input_test.cpp
- src/ftxui/screen/string.cpp 1511 additions, 229 deletionssrc/ftxui/screen/string.cpp
- src/ftxui/screen/string_test.cpp 16 additions, 0 deletionssrc/ftxui/screen/string_test.cpp
Loading
Please register or sign in to comment