diff --git a/hemlock/ts-buf.lisp b/hemlock/ts-buf.lisp
index 876cc4b0998f4d6b7ccc4259edf1694394706942..e8b7cf59be04b905797f35245fced703e4fbd86f 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))