Macro libnotcurses_sys::visual_render_sleep
source · [−]macro_rules! visual_render_sleep {
($v: expr, $vo: expr, $nc:expr, $( $sleep_args:expr),+ ) => { ... };
($nc:expr, $( $sleep_args:expr),+ ,) => { ... };
}Expand description
NcVisual::blit($v, $nc, $vo)? +
Nc::render($nc)? + sleep![$sleep_args].
Renders and rasterizes the $v NcVisual with its $vo
NcVisualOptions, the $nc [Nc]'s standard pile, and then, if there are no errors, calls the sleep` macro with the rest of the arguments.
Returns NcResult.