-
Currently according to [the docs of Paragraph.wrap](https://docs.rs/tui/0.19.0/tui/widgets/struct.Wrap.html), we have two options:
```Rust
let bullet_points = Text::from(r#"Some indented points:
…
-
My OS:Windows 11 all have this error i can not build SUI
cargo install --locked --git https://github.com/MystenLabs/sui.git --branch "devnet" sui sui-gateway
error: failed to run custom build co…
-
Since updating to v0.1.14, I regularly get this error on opening a new file:
```bash
Client 8 quit with exit code 101 and signal 0
# (8 being the id of typos-ls)
```
It does not happen with *ev…
-
Great stuff!
However, it doesn't seem to work on Windows.
When I do `cargo install csvlens` on Windows, I get several errors:
```
error[E0433]: failed to resolve: maybe a missing crate `sys`?
…
-
Hi!
I am using this code taken from the `tui` crate examples https://github.com/fdehau/tui-rs/blob/master/examples/demo/crossterm.rs#L45 to listen for Key events. However the behavior on Mac OS vs.…
-
tui-rs is the source of TUI for the CLI binary of this project, tui-rs is unmaintained as of right now and a maintained version of tui-rs exists as a fork at [rataui](https://github.com/tui-rs-revival…
-
## Problem
There is a nonstandard ansi escape code that allows setting the underline color.
This is done with the code `58`. it uses the same arguments as the `38` and `48` codes do for settings t…
-
I've been trying to change the cursor style to a blinking bar for an editor program, but it seems like there isn't a way to do this beyond changing cursor color and [blink rate](https://docs.rs/tui/0.…
-
**Describe the bug**
I've installed the plugin with packer. Used one of the config recipes from the wiki but I can't get it to work.
**To Reproduce**
Install with Packer
Copy the config recipe f…
-
We need to add support for similar functions for deallocating arrays.
The fuctions mentioned in documentation are not accessible from my code: https://docs.rs/jni/latest/jni/sys/struct.JNINativeInt…