mirror of
https://github.com/PDP-10/its.git
synced 2026-03-06 03:19:18 +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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user