From 938e351ea2717ffec77bf27508ef99eff6ce3170 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Tue, 1 Oct 1991 17:51:05 +0000 Subject: [PATCH] Added "Typescript Slave Status". --- hemlock/ts-buf.lisp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hemlock/ts-buf.lisp b/hemlock/ts-buf.lisp index 876cc4b09..e8b7cf59b 100644 --- a/hemlock/ts-buf.lisp +++ b/hemlock/ts-buf.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ts-buf.lisp,v 1.8 1991/05/20 15:40:32 chiles Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ts-buf.lisp,v 1.9 1991/10/01 17:51:05 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -298,6 +298,12 @@ (declare (ignore p)) (send-oob-to-slave "T")) +(defcommand "Typescript Slave Status" (p) + "Interrupt the slave and cause it to print status information." + "Interrupt the slave and cause it to print status information." + (declare (ignore p)) + (send-oob-to-slave "S")) + (defun send-oob-to-slave (string) (let* ((ts (typescript-data-or-lose)) (wire (ts-data-wire ts)) -- GitLab