mirror of
https://github.com/PDP-10/its.git
synced 2026-01-27 12:42:10 +00:00
Added SUPDUP client and server support. SUPDUP, like TELNET, allows
remote access to ITS (and other systems). However, SUPDUP is capable of automatically setting the terminal type on the remote system and is therefore more convenient for display terminals and full screen support.
This commit is contained in:
committed by
Lars Brinkhoff
parent
4623e0db21
commit
eb3aec175b
@@ -321,6 +321,18 @@ expect ":KILL"
|
||||
|
||||
respond "*" ":link sys;ts telnet,sysbin;telnet bin\r"
|
||||
|
||||
# supdup port (95) uses telser
|
||||
respond "*" ":link device;tcp syn137,sysbin;telser bin\r"
|
||||
|
||||
# supdup client
|
||||
respond "*" ":midas sysbin;supdup_sysnet;supdup\r"
|
||||
expect ":KILL"
|
||||
|
||||
respond "*" ":print sys1;..new. (udir)\r"
|
||||
type ":vk\r"
|
||||
|
||||
respond "*" ":link sys1;ts supdup,sysbin;supdup bin\r"
|
||||
|
||||
respond "*" ":link kshack;good ram,.;ram ram\r"
|
||||
respond "*" ":link kshack;ddt bin,.;@ ddt\r"
|
||||
respond "*" $emulator_escape
|
||||
|
||||
Reference in New Issue
Block a user