Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rutgers!ames!ucbcad!ucbvax!LBL-CSA2.ARPA!adelman From: adelman@LBL-CSA2.ARPA (Kenneth Adelman) Newsgroups: comp.os.vms Subject: Re: Simulating ctrl/y AST. Message-ID: <870802114606.0ck@Lbl-Csa2.Arpa> Date: Sun, 2-Aug-87 14:46:06 EDT Article-I.D.: Lbl-Csa2.870802114606.0ck Posted: Sun Aug 2 14:46:06 1987 Date-Received: Thu, 6-Aug-87 03:30:22 EDT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Adelman@Lbl-Csa2.Arpa (Kenneth Adelman) Distribution: world Organization: The ARPA Internet Lines: 9 You can simulate the effect of the control-Y ast in a program by calling LIB$PAUSE to suspend your program execution. Of course, if you want the simulation to be exact, you should probably use LIB$ENABLE_CTRL to check and see if control-Y is enabled in the first place (and if it isn't, then don't LIB$PAUSE). Kenneth Adelman LBL