-
```shell
mateo@debian:~$ cargo install hoard-rs
Updating crates.io index
Downloaded hoard-rs v1.3.2
Downloaded 1 crate (3.2 MB) in 3.18s
Installing hoard-rs v1.3.2
Updating crates.…
-
I don't see anything in the docs about how to control the cursor. I'd be happy to submit documentation PR, except I have no clue how to control the cursor.
-
Right, so there was some chatter about implementing a kmsmod backend like SDL's. Mouse input could be provided by a library outside of winit that uses evdev.
Such a backend would allow us to run ap…
-
I just tried out the new `nix fmt` with alejandra after upgrading to nixos 22.05, by setting
```
formatter.${system} = pkgs.alejandra;
```
It's almost great, except the excessive colored conso…
-
Not sure if this is even a bug, but it seems that there was a race condition with `rust-analyzer` that was running in the background.
Rebuilding the project via
```
cargo clean
cargo build --wor…
-
**Describe the bug**
On some CJK systems, the default conhost console font treats the box drawing characters as fullwidth, which tends to cause broken layout.
**To Reproduce**
1. Prepare a CJK Wi…
-
## Description
`Grapheme`, the term given to the subdivisions of a `Span` by the original `tui-rs` developer, is not the right word to describe what it actually contains. A _grapheme_ is essentially …
-
### Summary
When using `vnew` to vertically split the screen, creating a new window, then searching for something in that window with `/` which causes matching text to be selected, not pressing enter…
-
Currently `spotify-player` (which is amazing, I daily drive it tysm) supports the iTerm2 and Kitty image protocols. It would be great to also have sixel support, which is available on more terminal em…
-
With the release of ratatui, it would be nice to have a feature flag or release of this crate that supports it!
https://github.com/tui-rs-revival/ratatui/releases