1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-30 13:42:06 +00:00

Added TTY.

Resolves #302.
This commit is contained in:
Eric Swenson
2016-12-20 16:23:32 -08:00
committed by Lars Brinkhoff
parent 4937eeff98
commit a632f5cbc3
3 changed files with 89 additions and 0 deletions

View File

@@ -983,6 +983,10 @@ respond "*" "debug/0\r"
type "\033g"
respond "*" ":link sys;ts pb,sys;ts probe\r"
# TTY
respond "*" ":midas sys1;ts tty_sysen1;tty\r"
expect ":KILL"
# RIPDEV
respond "*" ":midas device;atsign r.i.p._sysen2;ripdev\r"
expect ":KILL"