#| -*-Scheme-*-
-$Id: bios.scm,v 1.3 1992/10/20 15:34:30 jinx Exp $
+$Id: bios.scm,v 1.4 1994/11/03 04:24:54 adams Exp $
Copyright (c) 1992 Massachusetts Institute of Technology
MIT in each case. |#
;;;; IBM-PC BIOS Screen Implementation
-;;; package: (edwin console-screen)
+;;; package: (edwin screen console-screen)
(declare (usual-integrations))
\f
make-bios-screen
(lambda (screen)
screen
- (get-console-input-operations))
+ (get-console-input-operations #F))
with-console-grabbed
with-console-interrupts-enabled
with-console-interrupts-disabled))
#| -*-Scheme-*-
-$Id: tterm.scm,v 1.25 1994/11/01 23:02:14 adams Exp $
+$Id: tterm.scm,v 1.26 1994/11/03 04:25:45 adams Exp $
-Copyright (c) 1990-1993 Massachusetts Institute of Technology
+Copyright (c) 1990-1994 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
((parse-key ; -> #F or a char? or a special-key?
(lambda ()
(and (fix:< start end)
+ terminal-state
(let ((n-chars (fix:- end start)))
(let find ((key-pairs (terminal-state/key-table terminal-state))
(possible-pending? #F))