Structsยง
- Ratagui
Backend - The RataguiBackend is the widget+backend itself , from which you can make a ratatui terminal , then you can do ui.add(terminal.backend_mut()) inside an egui context . Spawn with RataguiBackend::new() or RataguiBackend::new_with_fonts() . See the hello_world_web example for custom font usage
- Terminal
Line