logo

Module abscissa_core::terminal[][src]

Expand description

Terminal handling (TTY interactions, colors, etc)

Re-exports

pub use self::streams::Streams;

Modules

Terminal component

Terminal status handling.

Terminal streams (STDOUT and STDIN)

Structs

Satisfies io::Write and WriteColor, and supports optional coloring to either of the standard output streams, stdout and stderr.

Enums

The set of available colors for the terminal foreground/background.

ColorChoice represents the color preferences of an end user.

Functions

Get the standard error stream

Get the standard output stream

Get the terminal Streams.