-
## Problem
Right now, any text that gets rendered via the content portion of `Text`/`Line`/`Span` or via `Cell::symbol` gets processed by splitting into a symbol (Unicode grapheme) per cell. Each sym…
-
This issue is a draft issue for a terminal user interface dashboard supporting Deoxys
-
## Problem
The addition of `Text::style` and `Line::style` broke some assumptions about how things should work in `Paragraph`.
We need a comprehensive set of tests that shows how the following sty…
-
#### Work Expected From The Issue
Provide several optimizations to improve the performance of the video playback by making the following changes:
- [ ] Use an alternative allocator like `mimalloc` t…
-
Implement a configuration file to allow for adjusting the back-end (type, arguments to it) as well as other features. Could start simple as changing display settings such as colors and number of messa…
-
Not something entirely specific to this PR as it’s in other places too…
The ownership of the original object is not moved so the message is confusing with ownership in mind.
It actually does not…
-
## Problem
It would be useful if you could scroll a table's columns not just the rows.
## Solution
Use selected_column in TableState to scroll by column. Not sure if this is feasible but it would be …
-
Two branches:
- `tui`
- `iced`
https://github.com/ratatui-org/ratatui
https://iced.rs
-
All modern terminal emulators support hyperlinks, that can be clicked, similarly to anchor tags in browsers.
https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
-
I would love to be able to build a GH action that is capable of deploying ratatui apps to the browser using xterm.js.
Are there any places upstream already, where I could vote for PRs / issues that…