Function ncursesw::flash[][src]

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

Flashes the screen (visible bell), and if that is not possible, audible alarm on the terminal.

Example

extern crate ncursesw;

use ncursesw::*;

flash()?;