-
- Downloads
Move the cursor to the input location.
Most CJK users use IME (input method) to type CJK characters. They need the cursor to be at the correct location, not in the bottom right corner. This CL does: * Move the cursor the focus() element. * Hide the cursor (and show it at exit) * Intercept SIGINT to guarantee proper cleanup all the time. This should fix the second issue mentionned on: https://github.com/ArthurSonzogni/FTXUI/issues/2
Showing
- include/ftxui/component/screen_interactive.hpp 3 additions, 0 deletionsinclude/ftxui/component/screen_interactive.hpp
- include/ftxui/dom/node.hpp 1 addition, 1 deletioninclude/ftxui/dom/node.hpp
- include/ftxui/screen/screen.hpp 8 additions, 0 deletionsinclude/ftxui/screen/screen.hpp
- src/ftxui/component/screen_interactive.cpp 56 additions, 13 deletionssrc/ftxui/component/screen_interactive.cpp
- src/ftxui/dom/frame.cpp 5 additions, 0 deletionssrc/ftxui/dom/frame.cpp
- src/ftxui/screen/screen.cpp 12 additions, 16 deletionssrc/ftxui/screen/screen.cpp
Loading
Please register or sign in to comment