1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-06 11:23:32 +00:00

Make it possible to build PEEK with 340 display enabled.

This makes a small change in how the expect script interacts with PEEK
when it's built.  Instead of triggering on text written by PEEK, it
waits for the $G that comes from the purify valret.  The reason is
that if ITS considers the 340 online and available, PEEK running on
the console will send its output to the 340 rather than the teletype,
so expect has nothing to trigger on.
This commit is contained in:
Lars Brinkhoff
2021-07-22 13:56:22 +02:00
parent 40dd2ffed1
commit 23f0a64b1c

View File

@@ -99,7 +99,7 @@ expect ":KILL"
respond "*" ":job peek\r"
respond "*" ":load sysbin;peek bin\r"
respond "*" "purify\033g"
respond "Idle" "q"
respond {$G} "q"
expect ":KILL"
respond "*" ":link sys; ts p,sys; ts peek\r"