-
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…
-
## Problem
In Asian and many other languages, we usually don't put spaces between words, but we put spaces between words when there are numbers or alphabets. (for example: `私は ratatui が本当に便利だと思います`…
-
All modern terminal emulators support hyperlinks, that can be clicked, similarly to anchor tags in browsers.
https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
-
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
-
> If we don’t call our print function before we call execute!(LeaveAlternateScreen), our prints will be rendered on an old screen and lost when we leave the alternate screen.
https://ratatui.rs/tut…
-
Hi, I ran into a semver hazard with this library. I depend on `ratatui 0.21`. I did `cargo update` and my library broke because `ansi-to-tui 3.1` depends on `ratatui 0.22`. In general, I believe that …
-
# Request for comment
The intent of this issue is to generate feedback and incorporate that into the design of wrapping. Recently there have been a few PRs that have attempted to tackle the existin…
-
- You need to disable_raw_mode and exit alternate screen
- You need to pause the event loop (if you have one) that handles any key or mouse events
- You can then spawn vim
- Once vim returns after …
-
Inspiration: https://github.com/benjajaja/ratatui-image
-
## Problem
Currently when tests fail in layout tests, it is annoying to interpret what went wrong. The layout tests typically compare a vector of a tuple of position and length for each `Rect`, i.e…