Macro abscissa::status[][src]

macro_rules! status {
    ($stream:expr, $color:expr, $status:expr, $msg:expr) => { ... };
    ($stream:expr, $color:expr, $status:expr, $fmt:expr, $($arg:tt)+) => { ... };
}

Print a justified status message (in the given color if colors are enabled)