Function enable_ansi_support::enable_ansi_support[][src]

pub fn enable_ansi_support() -> Result<(), u32>
Expand description

Enables ANSI code support on Windows 10.

Returns the Windows error code if unsuccessful.

On non-Windows platforms, this is a no-op that always returns Ok(()).

Examples

See the crate documentation.