Macro libnotcurses_sys::nrs[][src]

macro_rules! nrs {
    ($nc:expr, $( $sleep_args:expr),+ ) => { ... };
    ($nc:expr, $( $sleep_args:expr),+ ,) => { ... };
}
Expand description

notcurses render sleep: Nc::render($nc)? + sleep![$sleep_args].

Renders the $nc Nc object’s standard plane pile and then, if there’s no error, calls the sleep macro with the rest of the arguments.

Returns NcResult.