@orhun @ratatui_rs I'm trying to figure out how to get #Ratatui to display a little TUI that doesn't fill the whole terminal window, but is just a few lines high and appears under the command you typed in the shell, like curl does when it's downloading a file. Is there a simple example of something like this that I could look at? I tried reading the Atuin code but didn't understand what it was doing.
Orhun Parmaksız 👾
in reply to Benjamin Geer • • •Hello! Check out the inline viewport API and inline example:
- docs.rs/ratatui/latest/ratatui…
- github.com/ratatui/ratatui/blo…
Viewport in ratatui - Rust
docs.rsBenjamin Geer
in reply to Orhun Parmaksız 👾 • • •