Re-exports

pub use crate::TerminalPlugin;

Structs

This component can be added to terminal entities as a simple way to have have the camera render the terminals. The camera viewport will automatically be resized to show all terminal entities with this component.
Specifies the style of lines to use along the border of a box.
If this component is added to a terminal the terminal will automatically be cleared after every render.
Formatting that can be applied to a terminal tile.
A simple terminal for writing text in a readable grid.
A bundle with all the required components for a terminal.
A single tile of the terminal.

Enums

A pivot point on a 2d rect.

Traits

A trait for setting the foreground or background color of a tile in put_color functions.
A trait for types representing an integer point on a 2d grid.
A trait for types representing a 2d size.
A trait for building a formatted terminal string.
A trait for building a formatted terminal tile.