From 90d18a2d20a5b8049eecdf7e31e034a55881103a Mon Sep 17 00:00:00 2001 From: Peter V <98245483+p5quared@users.noreply.github.com> Date: Thu, 16 Feb 2023 16:33:16 -0500 Subject: [PATCH] Reword description of ftxui/component in #modules (#585) Co-authored-by: ArthurSonzogni --- doc/mainpage.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/mainpage.md b/doc/mainpage.md index 9c03660..40b9103 100644 --- a/doc/mainpage.md +++ b/doc/mainpage.md @@ -113,11 +113,9 @@ The project is comprised of 3 modules: 3. **ftxui/component** The module is required if your program needs to respond to user input. It defines a set of `ftxui::Component`. These components can - be utilized to navigate the program by using the arrow keys and interacting - with widgets such as the checkbox. You can also make you own components. - The use can navigates - using the arrow keys and interact with widgets like checkbox/inputbox/... You - can make you own components. + be utilized to navigate using the arrow keys *and/or* cursor. There are + several builtin widgets like checkbox/inputbox/etc to interact with. You can + combine them, or even define your own custom components. # screen {#module-screen}