[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Technical Reference: Base Operating System and Extensions , Volume 2


flash Subroutine

Purpose

Flashes the screen.

Library

Curses Library (libcurses.a)

Syntax

#include <curses.h>
 
int flash(void);

Description

The flash subroutine alerts the user. It flashes the screen, or if that is not possible, it sounds the audible alarm on the terminal. If neither signal is possible, nothing happens.

Return Values

The flash subroutine always returns OK.

Examples

To cause the terminal to flash, enter:

flash();

Implementation Specifics

This subroutine is part of Base Operating System (BOS) Runtime.

Related Information

The beep (beep Subroutine) subroutine.

Curses Overview for Programming in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.

List of Curses Subroutines in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.

Setting Video Attributes and Curses Options in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]