Florian Dehau

Results 28 comments of Florian Dehau

It depends on what is your use case: 1. You need this because you are given a string with ANSI escapes sequences and you want to display it as is...

> As soon as I have time to, I can file a PR Great ! You can also open a dedicated issue if you want to discuss the design of...

Currently events are not handled by the crate itself. Since the current architecture is not retained, supporting mouse events can be challenging. Some possible solutions could be providing the id...

Thanks for your interest in the library. While recent additions to the crate might ease the processing of some user inputs, we are still far from a support of click...

@teohhanhui No that's not possible at the moment but it would definitively be taken into account in a solution to improve the mouse events integration. I'm still exploring different solutions...

Done in https://github.com/fdehau/tui-rs/pull/659

This can indeed be a problem for a large numbers of tabs. I actually think your alternative solution might be more intuitive and more friendly to keyboard only workflows.

I think that we could introduce a `TabsState` to save the previous selected tab and provides a nice scrolling experience. Then it is pretty much the same logic as the...

I don't know how I feel about that. The current behavior is what I had in mind, i.e: 1 item = 1 line. Thus, this is more about supporting multi-line...

👋 This is a very nice project. If you are not using `tui` directly, I don't think it make sense to link to it from the README. I'm using this...