Florian Dehau

Results 28 comments of Florian Dehau

Hey 👋 . This change is quite important in the sense it increases significantly the API surface of the crate and thus the maintenance cost. Could you provide more details...

Regarding, your two last examples I think those are high-res outputs are achieved using custom apis provided by some terminal emulators. Unless, one the backends in use within this crate...

Hey 👋 . Support for multiple selections could indeed be a very nice addition to the `List` and potentially to the `Table` widgets. I have to say that I'm bit...

Not at the moment but that should be fairly simple to implement as a customization option on `List`.

You missed a section of the bug report template and it would be useful to understand the problem here. Could you report the following values: OS: [e.g. Linux,Windows] Terminal Emulator...

Hey @remmycat 👋 First of all, sorry for the super late answer. This looks indeed amazing 🤩. I'll need a bit of time to review it (others are obviously welcome...

Hey 👋, so this is a bit related to https://github.com/fdehau/tui-rs/issues/518. This is not currently supported by `tui-rs` that assumes you are running your application in an alternate screen or fullscreen....

I removed the `const` modifier because it was not possible to apply it to all methods of `Style` — `add_modifier` and `remove_modifier` are operating on `bitflags` structs which has no...