Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ unqkeyboard(3) — libiris R1c

Media Vault

Software Library

Restoration Projects

Artifacts Sought

unqkeyboard(3)  —  Unix Programmer’s Manual

NAME

unqkeyboard - unqueue the keyboard

SYNOPSIS

C
unqkeyboard()

FORTRAN
subroutine unqkey

Pascal
procedure unqkeyboard;

DESCRIPTION

The keyboard can be queued like other input devices.  When the keyboard is queued, each character typed is added to the queue as an event.  Each event is a device number, KEYBOARD, and the ASCII character that was typed.  Unqkeyboard unqueues the keyboard.  Characters typed on the keyboard will no longer be entered in the event queue. 

SEE ALSO

keyboard, qkeyboard

NOTE

This command can only be used in immediate mode. 

Silicon Graphics  —  R1c

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026