Function: SuppressKeyevent Purpose: Suppress call to keyword event handler function. Category: USER-INTERFACE, SYSTEM File: keyevents.c Author: J.P. Terlouw Use: SuppressKeyevent(proc, key); KeyeventProc proc - pointer to function char *key - user input keyword Description: SuppressKeyevent prevents function 'proc' (which should have been registered by ScheduleKeyevent) to be called at the occasion of the next event on 'key'. The action is cumulative: for each call to SuppressKeyevent one event will be suppressed. Related Doc: ScheduleKeyevent.dc2 Updates: Oct 7, 1999: JPT, Document created. Nov 11, 1999: JPT, Fixed problem with deactivated callbacks.