-
When I select the menu first option, I get the both the current renderer's text "Now, please enter the server manager's address and port, so that you'll be able to see all the available public servers…
-
Hi @ArthurSonzogni!
### Problem
Consider the case where I am using a (Vertical/Horizontal) Container as a wrapper for other components within it. Simple enough, right? But what about the use-case…
-
I have the file: example/html/test.html
I use nxxm . -t clang-cxx17
then nxxm try to compile this file and I get:
~~~
[ 99%] Linking CXX shared library libtest_impl.js
examples/html/CMakeFiles/…
-
I tested a simple example of renderer below:
`
#include
#include
int main() {
using namespace ftxui;
auto screen = ScreenInteractive::FitComponent();
auto renderer = Renderer([]{
…
-
RadioboxBase::OnEvent returns false for Event::Return: https://github.com/ArthurSonzogni/FTXUI/blob/24e04faf36bf0954272200b0bf51c4305e8b8dfc/src/ftxui/component/radiobox.cpp#L107
-
I am trying to solve:
[https://github.com/ArthurSonzogni/FTXUI/issues/4](https://github.com/ArthurSonzogni/FTXUI/issues/4)
1) When I start kmscon, I end up in the login area. I observe the backspa…
-
Hey Arthur,
I'm making a textual game, and trying to use some icons to make my game look better.
It appears that some emojis (not all of them), make the layout appear glitchy, i'm talking especi…
-
Hi, Arthur (not tagging you as you are busy at this moment),
I had an idea to make a quick Static UI tool built on top of FTXUI
Features:
- Hooks to make it feel dynamic
- No runtime dependencies …
-
Would be nice to have knob and label support.
If I can get that, then I'm happy to build a VST plugin using the same.
-
Hi! FTXUI is great and it works flawlessy on "modern" terminals.
However using an application via minicom/teraterm results in scrambled stdout, like if the cursor will not go back before rendering th…