-
The style related widgets (`bold!` etc.) are pretty nice:
https://github.com/sophacles/extra-widgets/blob/main/src/text_macros/mod.rs
suggested in an issue https://github.com/ratatui-org/ratatui/i…
-
See https://github.com/ratatui-org/ratatui/pull/1249#issuecomment-2266337009 and https://github.com/ratatui-org/ratatui/pull/1270#discussion_r1702440545
`UnicodeWidthStr::width` counts newlines as …
-
Hello! 👋🏼
I wanted to update `cargo-generate-action` to `0.20.0` for [`ratatui-templates`](https://github.com/ratatui-org/templates/) repository but I can't seem to get `arguments` working. I need…
orhun updated
3 months ago
-
For ratatui, I'm seeing a lot of duplicate lines in the output between 0.21.0 and 0.22.0:
```diff
❯ cargo public-api diff v0.21.0..v0.22.0
Removed items from the public API
===================…
-
~~https://github.com/fdehau/tui-rs~~ https://github.com/ratatui-org/ratatui
This might be a problem in the web version.
-
**Describe the bug**
When recording a TUI application created using the `ratatui` library (e.g: `yazi`, `oma` ) to display CJK, the character width is incorrect, and when playing from the `asciinem…
-
## Feature
![tree view sketch](https://github.com/user-attachments/assets/da72f295-3c21-4e91-8aed-602b39f9a612)
The first area which we can work on in this project is the Left Bar, which will be …
-
## 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…
orhun updated
1 month ago
-
## Problem
The text rendered to the screen by Ratatui cannot be copied now
## Solution
https://github.com/altsem/gitu/tree/master/src/screen
this project still references `Ratatui`, which en…
-
## Problem
`Rect::offset` can be used in a Builder Lite pattern to modify a `Rect`.
It has the advantage over direct manipulation of `Rect.x` and `Rect.y` that it prevents an integer overflow.
Mayb…