PauseWithEscape

Suspends all input to the screen until the Escape Key is pressed.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  int PauseWithEscape (
     scr_t   scrID);
  

Parameters

scrID

(IN) Specifies the screen to pause.

Return Values

If successful, returns 0.

Remarks

The PauseWithEscape function allows the Escape Key to cancel the pause.

See Also

Pause