// Prevents a spare console from being created attached to our program on
// windows, but only if we're running in release mode.
// Enabling macro_use allows the `colorpair!` macro, though you can also use
// `ColorPair::new(Color,Color)` if you don't want the macro.
extern crate easycurses;
use *;
use *;