-
When I run an ftxui "window", it changes my cursor to blinking block. Then, when I quit the application, my terminal's cursor remains changed.
-
Container::Stacked({
Renderer(comp1, [=]()->ftxui::Element { return comp1->Render() | color(ftxui::Color::Red); }),
Renderer(comp2, [=]()->ftxui::Element { return comp2->Render() | color(ftxui…
-
@BrianAnakPintar `FTXUI` is available as a port: https://ports.macports.org/port/FTXUI
Could you please add an option to use external `FTXUI` if it is available and fetch it only if it is not?
-
Good Job! But the application based on ftxui has performance problem when open a huge text file.
-
I am hoping to use ftxui in a console app I have been working on, but scrolling (yframe) behaves unexpectedly. If you try the code below, I would expect the focussed element in paragraph_renderer_left…
-
These are the rest of the feasible components and elements from FTXUI, along with other integrations which should be added.
#### Components
- [X] Radiobox
- [X] Spacious InputOption
- [x] Checkbox…
-
Hi nxxm,
I tried nxxm with the [FTXUI](https://github.com/ArthurSonzogni/FTXUI) repository.
Everything work correctly, except the test files that are incorrectly put into the library.
I have tw…
-
I am trying to calculate some contrast color value for certain color and facing issue that R G B values are in private section of Color class.
ColorInfo might help here, but there is no way to get it…
-
### What Operating System(s) are you seeing this problem on?
Windows
### Which Wayland compositor or X11 Window manager(s) are you using?
_No response_
### WezTerm version
20220916-0748…
-
Hello!
When I tested the latest ftxui (not release 5.0.0), I found that the performance of "**Modal**" has changed compared to release 5.0.0, as the "**Modal**" component does not clear the **backgro…