HPlogo MPE/iX Developer's Kit Reference Manual Volume 2: HP 3000 MPE/iX Computer Systems > Chapter 4 CURSES

qiflush noqiflush

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

The qiflush and noqiflush set of routines is used to control the flush of input and output on interrupt.

Syntax

   #include <curses.h>



   void qiflush();

   void noqiflush();

Return Values

None

Description

The qiflush() routine flushes input and output queues when an interrupt, quit, or suspend character is sent to the terminal. The noqiflush() routine does not flush input and output queues when these characters are sent.

Implementation Considerations

UNIX System V implementation

See Also

flushinp(), intrflush()

Portability

UNIX System V

Feedback to webmaster