[][src]Crate prototty_unix

Re-exports

pub extern crate prototty_input;
pub extern crate prototty_render;
pub use prototty_render::rgb24;

Structs

AnsiColour
Context

An interface to a terminal for rendering Views, and getting input.

Coord

General purpose coordinate

DefaultColourConfig
Rgb24
Size

A size cannot be created which would contain un-addressable cells. That is, the maximum size has a width and height of one greater than the maximum i32.

Enums

Error

Traits

ColourConfig

Functions

grey24
rgb24

Type Definitions

Result