macro_rules! term_writeln {
( $term:expr ) => { ... };
( $term:expr , $($tt:tt)* ) => { ... };
}Expand description
Writes attributes and formatted text to a Terminal or Screen.
Formatted output is followed by a newline.
See term_write for a description of macro syntax and example usage.