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

Hey there, I'm experimenting with FTXUI for the first time, I'm planning on using it to design an ASCII game engine interface. I'm still in the experimentation phase, and I'm...

Hello! I'm having some issue in display container output as I want. Let's say I want to render some text like this: ```cpp #include #include int main() { auto const...

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

enhancement

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

### Is there any way to display all the content when the content to be displayed exceeds the height of the screen? Plat: Windows 10 img1: ![image](https://user-images.githubusercontent.com/120500799/217735011-8769c26e-5855-4254-8ef7-e7255e0a10e4.png) img2: ![image](https://user-images.githubusercontent.com/120500799/217736098-c0a165cb-a124-4f5c-9f4e-dca1da456670.png) Code:...

enhancement

Toggle will always highlight the first option rather than the actually selected one. When the selected is the last option, right arrow key will not change the highlight to the...

I've gone through everywhere the `Color` enum is called as per [here](https://arthursonzogni.github.io/FTXUI/namespaceftxui_1_1Terminal.html#ab87bacfdad76e61b9412d7124be44c1c) and it appears to only ever be used on a `text` element. I'm trying to change the background...

Hello, I've just discovered this library and I'm finding it pretty awesome! Kudos! 👏 I'm creating this issue for essentially a nitpicking: I was getting an error when trying to...

enhancement

I really like FTXUI, but I've run into some issues that are not conducive to productivity. The first is the selection of text, in FTXUI I can't seem to select...

enhancement

Hi, It's probably just a silly question, but I could not find a way to make it works :disappointed: The screen is not being rendered when redirecting the stdout ex:...