Ejemplo n.º 1
0
 /// <summary>
 /// Flashes the screen.
 /// </summary>
 /// <remarks>
 /// Flashes the screen, and if that is not possible, sounds the alert.
 /// If neither alter is possible, nothing happens.
 /// </remarks>
 public static void Flash()
 {
     CursesMethods.flash();
 }