Function ncursesw::beep[][src]

pub fn beep() -> Result<(), NCurseswError>
Expand description

Sounds an audible alarm on the terminal, if possible; otherwise flashes the screen (visible bell).

Example

extern crate ncursesw;

use ncursesw::*;

beep()?;