-
I tried this both with the `Termion` and the `RustBox` backend: when my application panics, it will simply quit without printing any messages to the output. This is presumably because the terminal is …
-
I got confused on how the constraint method works on ```layout::Layout```. I was expecting some explanation about ```layout::Layout``` struct and its methods. Is the documentation left empty intention…
-
> I added [tui-rs-revival/ratatui/wiki/Apps](https://github.com/tui-rs-revival/ratatui/wiki/Apps) (which I copied from APPS.md)
It makes sense to separate something which is not direc…
-
### Describe the bug
When compiling `0.75.0` for Arch Linux, the tests don't even compile.
Output from `cargo test --frozen --workspace --features=extra,dataframe`:
```sh
Compiling cfg-if v…
-
Hello,
While preparing #314 there was _build error_.
## Description
```text
[cargo-make] INFO - Execute Command: "cargo" "clippy" "--all-targets" "--no-default-features" "--tests" "--benches…
-
## Description
I was looking for a way to create a const Style at the root of the file, so it would be easier to share styles between different UI elements and so I would only need to change it just …
-
Edit distance of some small amount away from an existing crate, when detected send an email to help@crates.io with a link to the crate and a link to the crate that its name is close to?
-
## Problem
Context: [`Block::default().title()`](https://docs.rs/tui/latest/tui/widgets/struct.Block.html#method.title)
The title on the top of a block can sometimes be too long, so being able…
-
**Is your feature request related to a problem? Please describe.**
i would like to be able to set neovide as my default $VISUAL eiditor, but some console applications, such as sudoedit, some fish fun…
-
### Summary
It crashes.
### Reproduction Steps
I tried this:
1. `RUST_BACKTRACE=1 hx -vv bug.md`
2. Enter the following text:
````
```bash
#!/usr/bin/env bash
```
````
3. Copy "sheban…