Module tuirealm::tui

source ·
Expand description

§tui

tui just exposes the ratatui modules, in order to include the entire library inside realm

Modules§

Macros§

  • Assert that two buffers are equal by comparing their areas and content.

Structs§

Enums§

  • Represents the viewport of the terminal. The viewport is the area of the terminal that is currently visible to the user. It can be either fullscreen, inline or fixed.