tick

Macro tick 

Source
macro_rules! tick {
    ( $channel:ident, $n:literal) => { ... };
    ($n:literal) => { ... };
}
Expand description

Either send XvcOutputLine::Tick to the given channel, or print dots to stdout