File:  [Coherent Logic Development] / freem / contrib / %KEYTEST.m
Revision 1.1: download - view: text, annotated - select for diffs
Sun Jan 19 02:04:04 2025 UTC (2 months, 2 weeks ago) by snw
CVS tags: MAIN, HEAD
Initial revision

%KEYTEST ; A.Trocha ; test-proggy for keyb-handler [1999/01/29- 6:18:59]
	; $Source: /home/cvsroot/freem/contrib/%KEYTEST.m,v $
	; $Revision: 1.1 $ $Date: 2025/01/19 02:04:04 $
	N timeout,mode
	S mode=1
	S timeout=""
	W !!,"testprogram for keyboard handler (ESC => quit)"
	W !!,"timeout = none"
	W !,"mode = interpret"
	W !!
	F  D
	. S result=$$^%KEY(timeout,mode)
	. W !,result
	Q

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>