[][src]Module abscissa_core::terminal

Terminal handling (TTY interactions, colors, etc)

Re-exports

pub use self::streams::Streams;

Modules

component

Terminal component

status

Terminal status handling.

streams

Terminal streams (STDOUT and STDIN)

Structs

StandardStream

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

Enums

Color

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

ColorChoice

ColorChoice represents the color preferences of an end user.

Functions

stderr

Get the standard error stream

stdout

Get the standard output stream

streams

Get the terminal Streams.