FTXUI icon indicating copy to clipboard operation
FTXUI copied to clipboard

:computer: C++ Functional Terminal User Interface. :heart:

Results 96 FTXUI issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/ArthurSonzogni/FTXUI/discussions/455 Originally posted by **njk42** August 9, 2022 This would allow changing the range of the slider dynamically.

enhancement

### Discussed in https://github.com/ArthurSonzogni/FTXUI/discussions/452 Originally posted by **Alexandring** August 8, 2022 Hello. I am faced with the following problem. Select an item in the menu with the mouse and the...

I'm desperately attempting to learn how to use this since I find it so very neat, but I've been stumped on how to build it due to the tutorial not...

I have a `ModalInput` that mimics the base `Input` but has vim-like normal and insert modes. I currently only differentiate between the two states via an `INS` to the right...

enhancement

The following example works as expected when ran on Windows in CMD with 80x25 window size and font size 16: ```cpp #include #include int main(void) { using namespace ftxui; auto...

### Bug In [menu_multiple.cpp](https://github.com/ArthurSonzogni/FTXUI/blob/master/examples/component/menu_multiple.cpp) navigating between menus works as expected. However, if you change lines 43-45 to initialize each `Menu` in the initializer list with the **same** `MenuOption` ```cpp //...

example "homescreen" uses around ~150MB of virtual memory example "gallery" uses around ~79MB of virtual memory I wonder is it possible to reduce virt memory usage?

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: -...

I implemented a popup window and would like to dim the rest of the window when it opens. This works well, except that I have found a small rendering issue....