-
First off, cool game! I have a thing for nice terminal games. I recommend in addition to using crossterm, you try using the canvas feature in [tui-rs](https://github.com/fdehau/tui-rs). I've found it …
-
Thank you for creating great ratatui plugin!
## Premise
- I use tui-term for my ratatui application([fzf-make](https://github.com/kyu08/fzf-make)) to preview make target which user selecting. (The…
kyu08 updated
3 months ago
-
## 💡 Feature Description
Explore using https://github.com/fdehau/tui-rs for the interface.
It's used by [gitui](https://github.com/extrawurst/gitui) and many other cool projects and we can do some p…
-
## Problem
It is currently possible to write unit tests as follows:
```rust
let backend = TestBackend::new(40, 10);
let mut terminal = Terminal::new(backend)?;
terminal.draw(|frame| render(fr…
-
### Describe the bug
`cargo install gitui` fails. ratatui version seems to be outdated at https://crates.io/crates/gitui/0.26.3/dependencies (^0.26) compared to Cargo.toml in git-repo (0.27) (https…
-
# Roadmap
## Current state
What is here now is a quick and dirty port of [tui-rs](https://github.com/fdehau/tui-rs) to scala. It also contains a pure Java/JNI wrapper for [crossterm](https://git…
-
## Problem
There are a few widgets that need scrolling behavior. It would be wasteful to implement this on each widget rather than doing it properly once. There is existing scroll behavior in Table…
-
## Environment & Versions
- System: VoidLinux (kernel 6.6.35, alacritty 0.13.2, glibc)
- Termusic version: 0.9.0
- Rust version: 1.79.0
Logs:
compilation error, please see below
…
-
## What this issue proposing
Use https://github.com/trishume/syntect instead of running `bat` command using tui-term.
## Motivation
- If this is fit for fzf-make, these will be resolved.
- h…
-
I have a Fish terminal with solarized visual theme, hence a light theme.
Some stuff cannot be seen. I'll be glad to help but am pretty new to rust.
I live an image as is :)
![meteo_tui](http…