Replies: 5 comments 20 replies
-
@iganinja, I like the Turbo Vision style as well. Married with unicode it can look really nice. I am also familiar with the imperative Qt style. So why don't we start with that? We can always build a "react" functional style on top of this imperative style as another optional layer. |
Beta Was this translation helpful? Give feedback.
-
@certik With Hebrew |
Beta Was this translation helpful? Give feedback.
-
By the way, do we have FTXUI on our list? It's another C++ terminal library, although in some fast tests I was not able to make it run properly in Windows. |
Beta Was this translation helpful? Give feedback.
-
So, I come up with this
Each
Finally, I'm not really sure how to implement the focus thing. If, for example, we have a form with several line inputs (name, surname, etc), we would want to put the blinking caret in the first one, then press tab and set the focus to the next one. How can we implement that? What would be the correct way to unfocus one widget and focus another one? Well, let me know what do you think about it, please. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi guys. I'm doing a little bit of work on that. Can we create a branch, something like |
Beta Was this translation helpful? Give feedback.
-
The discussion started in #239 (comment). We can continue here.
Beta Was this translation helpful? Give feedback.
All reactions