Crate surf_n_term[][src]

Re-exports

pub use color::Blend;
pub use color::Color;
pub use color::ColorLinear;
pub use color::RGBA;
pub use error::Error;
pub use glyph::Glyph;
pub use image::ColorPalette;
pub use image::Image;
pub use image::ImageHandler;
pub use image::KittyImageHandler;
pub use image::SixelImageHandler;
pub use keys::Key;
pub use keys::KeyMap;
pub use keys::KeyMod;
pub use keys::KeyName;
pub use render::Cell;
pub use render::TerminalSurface;
pub use render::TerminalSurfaceExt;
pub use render::TerminalWritable;
pub use render::TerminalWriter;
pub use style::Face;
pub use style::FaceAttrs;
pub use surface::Shape;
pub use surface::Surface;
pub use surface::SurfaceIter;
pub use surface::SurfaceMut;
pub use surface::SurfaceMutIter;
pub use surface::SurfaceMutView;
pub use surface::SurfaceOwned;
pub use surface::SurfaceOwnedView;
pub use surface::SurfaceView;
pub use terminal::DecMode;
pub use terminal::DecModeStatus;
pub use terminal::Position;
pub use terminal::Size;
pub use terminal::Terminal;
pub use terminal::TerminalAction;
pub use terminal::TerminalColor;
pub use terminal::TerminalCommand;
pub use terminal::TerminalEvent;
pub use terminal::TerminalSize;
pub use terminal::TerminalWaker;

Modules

automata

NFA and DFA

color
common
decoder
encoder
error
glyph
image
keys
render
style
surface
terminal
widgets

Enums

FillRule

The algorithm to use to determine the inside part of a shape, when filling it.

Type Definitions

SystemTerminal