Hacker News new | ask | show | jobs
by arthur_sonzogni 1845 days ago
Yes. Indeed. Initially, mouse support wasn't part of FTXUI. Everything was designed to be controlled only by the keyboard.

Mouse support was introduced only 30 days ago: https://github.com/ArthurSonzogni/FTXUI/pull/85 The combinaison of:

- The "frame" element - allowing you to draw inside a virtual area potentially larger than the real one.

- The "select"/"focus" element - to scroll the content of the "frame" toward the selected element.

- The "Menu" component.

isn't currently working satisfyingly. I should work on this.