[][src]Function ncursesw::napms

pub fn napms(ms: Duration) -> Result<(), NCurseswError>
Deprecated since 0.3.2:

ncurses library call superseeded by native rust call. Use std::thread::sleep(dur: std::time::Duration) instead

Sleep for ms milliseconds.