Expand description
Runtime and event loop for Reratui TUI framework
This module provides the core runtime functionality for Reratui applications, including terminal management, event handling, and the render loop.
Structs§
- Managed
Terminal - A managed terminal instance that handles setup and cleanup
Functions§
- render
- Renders a component-based TUI application with hooks support
- request_
exit - Request the application to exit
- reset_
exit - Reset the exit flag (useful for tests)
- restore_
terminal - Restore terminal to original state
- setup_
terminal - Initialize terminal for TUI applications
- should_
exit - Check if exit has been requested